@charset "UTF-8";
@import url('./filter.css');
@import url('./slider.css?v=2');
@import url('./blog.css?v=1');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}
q::before, q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.428571428;
  color: #777;
  background-color: #fbfbfb;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #fed95c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted rgba(220, 220, 220, 0.7);
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.428571428;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 9.5px;
}

.lead {
  margin-bottom: 19px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #000;
}

.text-warning {
  color: #fff;
}

.text-danger {
  color: #fff;
}

.text-success {
  color: #fff;
}

.text-info {
  color: #fff;
}

.text-left {
  text-align: left;
}

.text-right, #cart_summary tbody td.cart_total, #cart_summary tbody td.cart_unit {
  text-align: right;
}

.text-center, #cart_summary tbody td.cart_delete, #cart_summary tbody td.cart_avail, #cart_summary tbody td.cart_product, #cart_summary thead th.cart_product {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}

h4,
h5,
h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 19px;
}

dt,
dd {
  line-height: 1.428571428;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd::before, .dl-horizontal dd::after {
    display: table;
    /* 2 */
    content: " ";
    /* 1 */
  }
  .dl-horizontal dd::after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571428;
  color: #999999;
}
blockquote small::before {
  content: "— ";
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small::before {
  content: "";
}
blockquote.pull-right small::after {
  content: " —";
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
}

address {
  display: block;
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.428571428;
}

code,
pre {
  font-family: monaco, menlo, consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 0;
}

pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 13px;
  line-height: 1.428571428;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre.prettyprint {
  margin-bottom: 19px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container::before, .container::after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}
.container::after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1470px;
  }

  .col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11 {
    float: left;
  }

  .col-xl-1 {
    width: 8.3333333333%;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 16.6666666667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  .col-xl-push-5 {
    left: 41.6666666667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  .col-xl-push-8 {
    left: 66.6666666667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  .col-xl-push-11 {
    left: 91.6666666667%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 19px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 9px 8px 11px 18px;
  line-height: 1.428571428;
  vertical-align: top;
  border-top: 1px solid #d6d4d4;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6d4d4;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #d6d4d4;
}
.table .table {
  background-color: #fbfbfb;
}

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #d6d4d4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d6d4d4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #55c65e;
  border-color: #48b151;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #42c04c;
  border-color: #419f49;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f3515c;
  border-color: #d4323d;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #f13946;
  border-color: #c32933;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fe9126;
  border-color: #e4752b;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #d6d4d4;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
.table-responsive > .table-bordered > thead > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  /* IE8-9 */
  line-height: normal;
}

input[type=file] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted rgba(220, 220, 220, 0.7);
  outline-offset: -2px;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  height: auto;
}

.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571428;
  color: #9c9b9b;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d4d4;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-ms-input-placeholder {
  color: #999999;
}
.form-control::placeholder {
  color: #999999;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 19px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
fieldset[disabled] input[type=checkbox],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #fff;
}
.has-warning .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-warning .input-group-addon {
  color: #fff;
  background-color: #fe9126;
  border-color: #fff;
}

.has-error .help-block,
.has-error .control-label {
  color: #fff;
}
.has-error .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-error .input-group-addon {
  color: #fff;
  background-color: #f3515c;
  border-color: #fff;
}

.has-success .help-block,
.has-success .control-label {
  color: #fff;
}
.has-success .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-success .input-group-addon {
  color: #fff;
  background-color: #55c65e;
  border-color: #fff;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b7b7b7;
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
  }
  .form-inline .radio, .navbar-form .radio,
.form-inline .checkbox,
.navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type=radio], .navbar-form .radio input[type=radio],
.form-inline .checkbox input[type=checkbox],
.navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group::before, .form-horizontal .form-group::after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}
.form-horizontal .form-group::after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571428;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:focus {
  outline: thin dotted rgba(220, 220, 220, 0.7);
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: black;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: black;
  border-color: black;
}
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  background-image: none;
  border-color: black;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #000;
  border-color: black;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #fff;
  background-color: #46a74e;
  border-color: #3e9546;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #3a8a41;
  border-color: #2c6a31;
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a8a41;
  background-image: none;
  border-color: #2c6a31;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #46a74e;
  border-color: #3e9546;
}

.btn-info {
  color: #fff;
  background-color: #5192f3;
  border-color: #3983f1;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #2b7af0;
  border-color: #0f62de;
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2b7af0;
  background-image: none;
  border-color: #0f62de;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5192f3;
  border-color: #3983f1;
}

.btn-link {
  font-weight: 400;
  color: #333;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #fed95c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571428;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571428;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar::before, .btn-toolbar::after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}
.btn-toolbar::after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}
.btn-group-vertical > .btn-group::after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle=buttons] > .btn > input[type=radio],
[data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d6d4d4;
  border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav::before, .nav::after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}
.nav::after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #333;
}
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571428;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #000;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #ddd;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fbfbfb;
}

.tabbable::before, .tabbable::after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}
.tabbable::after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.nav a:hover .caret {
  border-top-color: #fed95c;
  border-bottom-color: #fed95c;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 19px;
  border: 1px solid transparent;
}
.navbar::before, .navbar::after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}
.navbar::after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header::before, .navbar-header::after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}
.navbar-header::after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse::before, .navbar-collapse::after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}
.navbar-collapse::after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15.5px 15px;
  font-size: 18px;
  line-height: 19px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 19px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-text {
  float: left;
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #333;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ededed;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #f6f6f6;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #333;
  content: "/ ";
}
.breadcrumb > .active {
  color: #333;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571428;
  text-decoration: none;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #f2f2f2;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #fed95c;
  border-color: #fed95c;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #f2f2f2;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 19px 0;
  text-align: center;
  list-style: none;
}
.pager::before, .pager::after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}
.pager::after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f2f2f2;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #f2f2f2;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #000;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: black;
}

.label-success {
  background-color: #55c65e;
  border: 1px solid #36943e;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #3aae43;
}

.label-info {
  background-color: #5192f3;
  border: 1px solid #4b80c3;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #2174f0;
}

.label-warning {
  background-color: #fe9126;
  border: 1px solid #e4752b;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #f07701;
}

.label-danger {
  background-color: #f3515c;
  border: 1px solid #d4323d;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #f0212f;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #333;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.thumbnail {
  display: block;
}
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #777;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #fff;
  background-color: #55c65e;
  border-color: #48b151;
}
.alert-success hr {
  border-top-color: #419f49;
}
.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  color: #fff;
  background-color: #5192f3;
  border-color: #4b80c3;
}
.alert-info hr {
  border-top-color: #3d73b7;
}
.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  color: #fff;
  background-color: #fe9126;
  border-color: #e4752b;
}
.alert-warning hr {
  border-top-color: #da681c;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  color: #fff;
  background-color: #f3515c;
  border-color: #d4323d;
}
.alert-danger hr {
  border-top-color: #c32933;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 19px;
  margin-bottom: 19px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #46a74e;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5192f3;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #666666;
}

a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 19px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #d6d4d4;
}

.panel-body {
  padding: 15px;
}
.panel-body::before, .panel-body::after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}
.panel-body::after {
  clear: both;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #000;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #000;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #000;
}

.panel-success {
  border-color: #48b151;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #55c65e;
  border-color: #48b151;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #48b151;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #48b151;
}

.panel-warning {
  border-color: #e4752b;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #fe9126;
  border-color: #e4752b;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e4752b;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e4752b;
}

.panel-danger {
  border-color: #d4323d;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #f3515c;
  border-color: #d4323d;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d4323d;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d4323d;
}

.panel-info {
  border-color: #4b80c3;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #5192f3;
  border-color: #4b80c3;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #4b80c3;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #4b80c3;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow {
  border-width: 11px;
}
.popover .arrow, .popover .arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow::after {
  content: "";
  border-width: 10px;
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top .arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right .arrow::after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom .arrow::after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow::after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.clearfix::before, .clearfix::after {
  display: table;
  /* 2 */
  content: " ";
  /* 1 */
}
.clearfix::after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  tr.hidden-xs {
    display: none !important;
  }

  th.hidden-xs,
td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }

  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }

  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }

  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }

  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  tr.hidden-sm {
    display: none !important;
  }

  th.hidden-sm,
td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }

  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }

  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }

  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }

  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  tr.hidden-md {
    display: none !important;
  }

  th.hidden-md,
td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }

  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }

  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }

  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }

  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  tr.hidden-lg {
    display: none !important;
  }

  th.hidden-lg,
td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }

  tr.hidden-print {
    display: none !important;
  }

  th.hidden-print,
td.hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon, [class^=icon-] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857em;
  text-align: center;
}

.icon-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}

.icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.8571428571em;
}

.icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.icon.pull-left, .pull-left[class^=icon-] {
  margin-right: 0.3em;
}
.icon.pull-right, .pull-right[class^=icon-] {
  margin-left: 0.3em;
}

.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.icon-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.icon-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.icon-stack-1x, .icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.icon-stack-1x {
  line-height: inherit;
}

.icon-stack-2x {
  font-size: 2em;
}

.icon-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-o:before, .icon-envelope-alt:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before, .icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-check:before {
  content: "\f00c";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\f00d";
}

.icon-search-plus:before, .icon-zoom-in:before {
  content: "\f00e";
}

.icon-search-minus:before, .icon-zoom-out:before {
  content: "\f010";
}

.icon-power-off:before, .icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

.icon-trash-o:before, .icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before, .icon-file-alt:before {
  content: "\f016";
}

.icon-clock-o:before, .icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download:before, .icon-download-alt:before {
  content: "\f019";
}

.icon-arrow-circle-o-down:before, .icon-download:before, .icon-download-alt:before {
  content: "\f01a";
}

.icon-arrow-circle-o-up:before, .icon-upload:before, .icon-upload-alt:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle-o:before, .icon-play-circle:before, .icon-play-sign:before {
  content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-dedent:before,
.icon-outdent:before,
.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent:before, .icon-indent-right:before {
  content: "\f03c";
}

.icon-video-camera:before, .icon-facetime-video:before {
  content: "\f03d";
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before,
.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before,
.icon-pencil-square-o:before {
  content: "\f044";
}

.icon-share-square-o:before, .icon-share:before, .icon-share-alt:before {
  content: "\f045";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-arrows:before, .icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-circle:before, .icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-circle:before, .icon-minus-sign:before {
  content: "\f056";
}

.icon-times-circle:before, .icon-remove-sign:before {
  content: "\f057";
}

.icon-check-circle:before, .icon-ok-sign:before {
  content: "\f058";
}

.icon-question-circle:before, .icon-question-sign:before {
  content: "\f059";
}

.icon-info-circle:before, .icon-info-sign:before {
  content: "\f05a";
}

.icon-crosshairs:before, .icon-screenshot:before {
  content: "\f05b";
}

.icon-times-circle-o:before, .icon-remove-circle:before {
  content: "\f05c";
}

.icon-check-circle-o:before, .icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before,
.icon-share:before,
.icon-share-alt:before {
  content: "\f064";
}

.icon-expand:before, .icon-resize-full:before {
  content: "\f065";
}

.icon-compress:before, .icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-circle:before, .icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye:before, .icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-slash:before, .icon-eye-close:before {
  content: "\f070";
}

.icon-warning:before,
.icon-exclamation-triangle:before,
.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder:before, .icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before, .icon-resize-vertical:before {
  content: "\f07d";
}

.icon-arrows-h:before, .icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-square:before, .icon-twitter-sign:before {
  content: "\f081";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-o-up:before, .icon-thumbs-up-alt:before {
  content: "\f087";
}

.icon-thumbs-o-down:before, .icon-thumbs-down-alt:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-o:before, .icon-heart-empty:before {
  content: "\f08a";
}

.icon-sign-out:before, .icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-square:before, .icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-thumb-tack:before, .icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-sign-in:before, .icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-square:before, .icon-github-sign:before {
  content: "\f092";
}

.icon-upload:before, .icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon-o:before, .icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-square-o:before, .icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-o:before, .icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-square:before, .icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook-f::before {
  content: "\f09a";
}

.icon-facebook::before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd-o:before, .icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before, .icon-bell-alt:before {
  content: "\f0f3";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-o-right:before, .icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-o-left:before, .icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-o-up:before, .icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-o-down:before, .icon-hand-down:before {
  content: "\f0a7";
}

.icon-arrow-circle-left:before, .icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-arrow-circle-right:before, .icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-up:before, .icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-down:before, .icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-arrows-alt:before, .icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before,
.icon-users:before {
  content: "\f0c0";
}

.icon-chain:before,
.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-flask:before, .icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before,
.icon-scissors:before {
  content: "\f0c4";
}

.icon-copy:before,
.icon-files-o:before {
  content: "\f0c5";
}

.icon-paperclip:before, .icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before,
.icon-floppy-o:before {
  content: "\f0c7";
}

.icon-square:before, .icon-sign-blank:before {
  content: "\f0c8";
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-square:before, .icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-square:before, .icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-unsorted:before,
.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before,
.icon-sort-desc:before,
.icon-sort-up:before {
  content: "\f0dd";
}

.icon-sort-up:before,
.icon-sort-asc:before,
.icon-sort-down:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before,
.icon-gavel:before {
  content: "\f0e3";
}

.icon-dashboard:before,
.icon-tachometer:before {
  content: "\f0e4";
}

.icon-comment-o:before, .icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-o:before, .icon-comments-alt:before {
  content: "\f0e6";
}

.icon-flash:before,
.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before,
.icon-clipboard:before {
  content: "\f0ea";
}

.icon-lightbulb-o:before, .icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-o:before, .icon-bell:before, .icon-bell-alt:before {
  content: "\f0a2";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before, .icon-food:before {
  content: "\f0f5";
}

.icon-file-text-o:before, .icon-file-text-alt:before {
  content: "\f0f6";
}

.icon-building-o:before, .icon-building:before {
  content: "\f0f7";
}

.icon-hospital-o:before, .icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-square:before, .icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-square:before, .icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-angle-double-left:before, .icon-double-angle-left:before {
  content: "\f100";
}

.icon-angle-double-right:before, .icon-double-angle-right:before {
  content: "\f101";
}

.icon-angle-double-up:before, .icon-double-angle-up:before {
  content: "\f106";
}

.icon-angle-double-down:before, .icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before,
.icon-mobile:before {
  content: "\f10b";
}

.icon-circle-o:before, .icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-o:before, .icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-o:before, .icon-folder-open-alt:before {
  content: "\f115";
}

.icon-smile-o:before, .icon-smile:before {
  content: "\f118";
}

.icon-frown-o:before, .icon-frown:before {
  content: "\f119";
}

.icon-meh-o:before, .icon-meh:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard-o:before, .icon-keyboard:before {
  content: "\f11c";
}

.icon-flag-o:before, .icon-flag-alt:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before,
.icon-chain-broken:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before, .icon-microphone-off:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-o:before, .icon-calendar-empty:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-circle-left:before, .icon-chevron-sign-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before, .icon-chevron-sign-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before, .icon-chevron-sign-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before, .icon-chevron-sign-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before, .icon-ellipsis-horizontal:before {
  content: "\f141";
}

.icon-ellipsis-v:before, .icon-ellipsis-vertical:before {
  content: "\f142";
}

.icon-rss-square:before, .icon-rss-sign:before {
  content: "\f143";
}

.icon-play-circle:before, .icon-play-sign:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-square:before, .icon-minus-sign-alt:before {
  content: "\f146";
}

.icon-minus-square-o:before, .icon-collapse-alt:before, .icon-check-minus:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-square:before, .icon-check-sign:before {
  content: "\f14a";
}

.icon-pencil-square:before, .icon-edit-sign:before {
  content: "\f14b";
}

.icon-external-link-square:before, .icon-external-link-sign:before {
  content: "\f14c";
}

.icon-share-square:before, .icon-share-sign:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before,
.icon-collapse:before {
  content: "\f150";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before,
.icon-collapse-top:before {
  content: "\f151";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before,
.icon-cny:before {
  content: "\f158";
}

.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-alpha-asc:before, .icon-sort-by-alphabet:before {
  content: "\f15d";
}

.icon-sort-alpha-desc:before, .icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

.icon-sort-amount-asc:before, .icon-sort-by-attributes:before {
  content: "\f160";
}

.icon-sort-amount-desc:before, .icon-sort-by-attributes-alt:before {
  content: "\f161";
}

.icon-sort-numeric-asc:before, .icon-sort-by-order:before {
  content: "\f162";
}

.icon-sort-numeric-desc:before, .icon-sort-by-order-alt:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-square:before, .icon-youtube-sign:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before, .icon-xing-sign:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stack-overflow:before, .icon-stackexchange:before {
  content: "\f16c";
}

.icon-facebook-square:before {
  background: url("data:image/svg+xml,%3Csvg id='Group_87' data-name='Group 87' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8.389' height='18' viewBox='0 0 8.389 18'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_36' data-name='Rectangle 36' width='8.389' height='18' fill='%23333'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_86' data-name='Group 86' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_61' data-name='Path 61' d='M5.583,5.9V4.347a3.413,3.413,0,0,1,.032-.541,1.049,1.049,0,0,1,.148-.377.6.6,0,0,1,.371-.257A2.644,2.644,0,0,1,6.817,3.1H8.368V0H5.888A4.036,4.036,0,0,0,2.8,1.021,4.3,4.3,0,0,0,1.858,4.03V5.9H0V9H1.858v9H5.583V9H8.062l.328-3.1Z' transform='translate(-0.001)' fill='%23333'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center;
}

.icon-instagram::before
{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.183' height='19.199' viewBox='0 0 19.183 19.199'%3E%3Cg id='Group_5457' data-name='Group 5457' transform='translate(6.184 -0.102)'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-6.184 0.102)'%3E%3Cg id='Component_11_1' data-name='Component 11 – 1'%3E%3Cpath id='Path_19' data-name='Path 19' d='M-1156.156,30.554c1.1.014,2.243.021,3.388.046a8.973,8.973,0,0,1,2.249.267,4.925,4.925,0,0,1,3.67,3.806,8.051,8.051,0,0,1,.212,1.882c.016,2.191.028,4.382.021,6.573a11.18,11.18,0,0,1-.208,2.414,4.962,4.962,0,0,1-2.57,3.475,5.423,5.423,0,0,1-2.3.635c-1.176.06-2.354.088-3.531.1-1.386.011-2.772,0-4.158-.023a10.781,10.781,0,0,1-2.233-.211,4.943,4.943,0,0,1-3.488-2.641,5.829,5.829,0,0,1-.591-2.165c-.107-1.182-.1-2.369-.1-3.554,0-1.134-.01-2.268.01-3.4.014-.784.041-1.571.12-2.351a5.258,5.258,0,0,1,1.073-2.775,5.092,5.092,0,0,1,3.168-1.864,11.01,11.01,0,0,1,1.877-.165C-1158.432,30.575-1157.318,30.568-1156.156,30.554Zm.148,17.494c1.206-.03,2.6-.056,3.985-.1a4.23,4.23,0,0,0,1.686-.392,3.251,3.251,0,0,0,1.831-2.425,10.111,10.111,0,0,0,.159-1.985q.024-2.59.014-5.179a17.762,17.762,0,0,0-.127-2.506,3.733,3.733,0,0,0-.562-1.57,3.248,3.248,0,0,0-2.37-1.436,15.1,15.1,0,0,0-1.939-.136q-3.148-.017-6.3.017a9.8,9.8,0,0,0-1.493.14,3.244,3.244,0,0,0-2.11,1.224,3.51,3.51,0,0,0-.7,1.827c-.069.664-.113,1.334-.116,2-.009,1.971,0,3.942.017,5.912a8,8,0,0,0,.189,1.86,3.193,3.193,0,0,0,1.895,2.3,4.98,4.98,0,0,0,1.863.366C-1158.788,48-1157.49,48.02-1156.008,48.048Z' transform='translate(1165.797 -30.554)' fill='%23333'/%3E%3Cpath id='Path_20' data-name='Path 20' d='M-1094.8,96.68a4.939,4.939,0,0,1-4.828,4.924,4.928,4.928,0,0,1-5.032-4.927,4.951,4.951,0,0,1,4.825-4.931A4.936,4.936,0,0,1-1094.8,96.68Zm-1.731-.018a3.2,3.2,0,0,0-3.133-3.183,3.2,3.2,0,0,0-3.266,3.2,3.207,3.207,0,0,0,3.135,3.2A3.2,3.2,0,0,0-1096.533,96.663Z' transform='translate(1109.334 -87.071)' fill='%23333'/%3E%3Cpath id='Path_21' data-name='Path 21' d='M-985.792,75.323a1.152,1.152,0,0,1-1.156,1.151,1.151,1.151,0,0,1-1.147-1.148,1.148,1.148,0,0,1,1.15-1.156A1.148,1.148,0,0,1-985.792,75.323Z' transform='translate(1001.671 -70.838)' fill='%23333'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center;
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-square:before, .icon-bitbucket-sign:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before, .icon-tumblr-sign:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before,
.icon-gratipay:before {
  content: "\f184";
}

.icon-sun-o:before, .icon-sun:before {
  content: "\f185";
}

.icon-moon-o:before, .icon-moon:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-turkish-lira:before,
.icon-try:before {
  content: "\f195";
}

.icon-plus-square-o:before, .icon-expand-alt:before {
  content: "\f196";
}

.icon-space-shuttle:before {
  content: "\f197";
}

.icon-slack:before {
  content: "\f198";
}

.icon-envelope-square:before {
  content: "\f199";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "\f19c";
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-reddit:before {
  content: "\f1a1";
}

.icon-reddit-square:before {
  content: "\f1a2";
}

.icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-digg:before {
  content: "\f1a6";
}

.icon-pied-piper:before {
  content: "\f1a7";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

.icon-drupal:before {
  content: "\f1a9";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-language:before {
  content: "\f1ab";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-behance-square:before {
  content: "\f1b5";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-automobile:before,
.icon-car:before {
  content: "\f1b9";
}

.icon-cab:before,
.icon-taxi:before {
  content: "\f1ba";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-database:before {
  content: "\f1c0";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "\f1c8";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "\f1cd";
}

.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon-ra:before,
.icon-rebel:before {
  content: "\f1d0";
}

.icon-ge:before,
.icon-empire:before {
  content: "\f1d1";
}

.icon-git-square:before {
  content: "\f1d2";
}

.icon-git:before {
  content: "\f1d3";
}

.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-wechat:before,
.icon-weixin:before {
  content: "\f1d7";
}

.icon-send:before,
.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-history:before {
  content: "\f1da";
}

.icon-genderless:before,
.icon-circle-thin:before {
  content: "\f1db";
}

.icon-header:before {
  content: "\f1dc";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-bomb:before {
  content: "\f1e2";
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-paypal:before {
  content: "\f1ed";
}

.icon-google-wallet:before {
  content: "\f1ee";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-bell-slash:before {
  content: "\f1f6";
}

.icon-bell-slash-o:before {
  content: "\f1f7";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

.icon-paint-brush:before {
  content: "\f1fc";
}

.icon-birthday-cake:before {
  content: "\f1fd";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-lastfm:before {
  content: "\f202";
}

.icon-lastfm-square:before {
  content: "\f203";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-cc:before {
  content: "\f20a";
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: "\f20b";
}

.icon-meanpath:before {
  content: "\f20c";
}

.icon-buysellads:before {
  content: "\f20d";
}

.icon-connectdevelop:before {
  content: "\f20e";
}

.icon-dashcube:before {
  content: "\f210";
}

.icon-forumbee:before {
  content: "\f211";
}

.icon-leanpub:before {
  content: "\f212";
}

.icon-sellsy:before {
  content: "\f213";
}

.icon-shirtsinbulk:before {
  content: "\f214";
}

.icon-simplybuilt:before {
  content: "\f215";
}

.icon-skyatlas:before {
  content: "\f216";
}

.icon-cart-plus:before {
  content: "\f217";
}

.icon-cart-arrow-down:before {
  content: "\f218";
}

.icon-diamond:before {
  content: "\f219";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-user-secret:before {
  content: "\f21b";
}

.icon-motorcycle:before {
  content: "\f21c";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-heartbeat:before {
  content: "\f21e";
}

.icon-venus:before {
  content: "\f221";
}

.icon-mars:before {
  content: "\f222";
}

.icon-mercury:before {
  content: "\f223";
}

.icon-transgender:before {
  content: "\f224";
}

.icon-transgender-alt:before {
  content: "\f225";
}

.icon-venus-double:before {
  content: "\f226";
}

.icon-mars-double:before {
  content: "\f227";
}

.icon-venus-mars:before {
  content: "\f228";
}

.icon-mars-stroke:before {
  content: "\f229";
}

.icon-mars-stroke-v:before {
  content: "\f22a";
}

.icon-mars-stroke-h:before {
  content: "\f22b";
}

.icon-neuter:before {
  content: "\f22c";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-server:before {
  content: "\f233";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-hotel:before,
.icon-bed:before {
  content: "\f236";
}

.icon-viacoin:before {
  content: "\f237";
}

.icon-train:before {
  content: "\f238";
}

.icon-subway:before {
  content: "\f239";
}

.icon-medium:before {
  content: "\f23a";
}

:root {
  --swiper-theme-color: #000 !important;
}

body {
  min-width: 320px;
  height: 100%;
  color: #333;
  background-color: #fbfbfb;
}
body.content_only {
  min-width: 0;
  background: none #fbfbfb;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover, a:focus {
  color: #fed95c;
  text-decoration: none;
}

p {
  margin-bottom: 1rem;
}
.rte p {
  margin-bottom: 2rem;
}
td p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  color: inherit;
}

h1,
.h1 {
  font-size: 4rem;
}

h2,
.h2 {
  font-size: 3.4rem;
}

h3,
.h3 {
  font-size: 2.8rem;
}

h4,
.h4 {
  font-size: 2.2rem;
}

h5,
.h5 {
  font-size: 1.6rem;
}

h6,
.h6 {
  font-size: 1.4rem;
}

textarea {
  resize: none;
}

.sticky-top {
  position: sticky;
  top: 0;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.flex-basis-auto {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.flex-basis-0 {
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
}

.flex-basis-100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.flex-fill {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
}

.order--2 {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

.order--1 {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.pl-0, .px-0 {
  padding-left: 0;
}

.pr-0, .px-0 {
  padding-right: 0;
}

.pt-0, .py-0 {
  padding-top: 0;
}

.pb-0, .py-0 {
  padding-bottom: 0;
}

.ml-0, .mx-0 {
  margin-left: 0;
}

.mr-0, .mx-0 {
  margin-right: 0;
}

.ml-auto, .mx-auto {
  margin-left: auto;
}

.mr-auto, .mx-auto {
  margin-right: auto;
}

.mt-0, .my-0 {
  margin-top: 0;
}

.mb-0, .my-0 {
  margin-bottom: 0;
}

.mt-auto, .my-auto {
  margin-top: auto;
}

.mb-auto, .my-auto {
  margin-bottom: auto;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

@media (min-width: 480px) {
  .d-xs-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .d-xs-block {
    display: block;
  }

  .d-xs-none {
    display: none;
  }

  .flex-xs-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .flex-xs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flex-xs-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .flex-xs-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .align-items-xs-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .align-items-xs-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .justify-content-xs-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .justify-content-xs-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .justify-content-xs-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .justify-content-xs-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .justify-content-xs-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .flex-grow-xs-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .flex-grow-xs-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .flex-shrink-xs-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .flex-shrink-xs-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .flex-basis-xs-auto {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .flex-basis-xs-0 {
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
  }

  .flex-basis-xs-100 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .flex-xs-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
  }

  .order-xs--2 {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }

  .order-xs--1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .pl-xs-0, .px-xs-0 {
    padding-left: 0;
  }

  .pr-xs-0, .px-xs-0 {
    padding-right: 0;
  }

  .pt-xs-0, .py-xs-0 {
    padding-top: 0;
  }

  .pb-xs-0, .py-xs-0 {
    padding-bottom: 0;
  }

  .ml-xs-0, .mx-xs-0 {
    margin-left: 0;
  }

  .mr-xs-0, .mx-xs-0 {
    margin-right: 0;
  }

  .ml-xs-auto, .mx-xs-auto {
    margin-left: auto;
  }

  .mr-xs-auto, .mx-xs-auto {
    margin-right: auto;
  }

  .mt-xs-0, .my-xs-0 {
    margin-top: 0;
  }

  .mb-xs-0, .my-xs-0 {
    margin-bottom: 0;
  }

  .mt-xs-auto, .my-xs-auto {
    margin-top: auto;
  }

  .mb-xs-auto, .my-xs-auto {
    margin-bottom: auto;
  }

  .w-xs-100 {
    width: 100%;
  }

  .w-xs-auto {
    width: auto;
  }
}
@media (min-width: 768px) {
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-none {
    display: none;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .align-items-sm-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .flex-grow-sm-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .flex-grow-sm-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .flex-shrink-sm-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .flex-shrink-sm-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .flex-basis-sm-auto {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .flex-basis-sm-0 {
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
  }

  .flex-basis-sm-100 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
  }

  .order-sm--2 {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }

  .order-sm--1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0;
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0;
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0;
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0;
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0;
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0;
  }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto;
  }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto;
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0;
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0;
  }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto;
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto;
  }

  .w-sm-100 {
    width: 100%;
  }

  .w-sm-auto {
    width: auto;
  }
}
@media (min-width: 992px) {
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .d-md-block {
    display: block;
  }

  .d-md-none {
    display: none;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .align-items-md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .justify-content-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .justify-content-md-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .justify-content-md-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .flex-grow-md-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .flex-grow-md-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .flex-shrink-md-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .flex-shrink-md-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .flex-basis-md-auto {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .flex-basis-md-0 {
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
  }

  .flex-basis-md-100 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .flex-md-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
  }

  .order-md--2 {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }

  .order-md--1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0;
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0;
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0;
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0;
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto;
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0;
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto;
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto;
  }

  .w-md-100 {
    width: 100%;
  }

  .w-md-auto {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-none {
    display: none;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .align-items-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .flex-grow-lg-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .flex-grow-lg-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .flex-shrink-lg-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .flex-shrink-lg-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .flex-basis-lg-auto {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .flex-basis-lg-0 {
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
  }

  .flex-basis-lg-100 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
  }

  .order-lg--2 {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }

  .order-lg--1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0;
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto;
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto;
  }

  .w-lg-100 {
    width: 100%;
  }

  .w-lg-auto {
    width: auto;
  }
}
@media (min-width: 1500px) {
  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-none {
    display: none;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .align-items-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .flex-grow-xl-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .flex-grow-xl-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .flex-shrink-xl-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .flex-shrink-xl-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .flex-basis-xl-auto {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .flex-basis-xl-0 {
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
  }

  .flex-basis-xl-100 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
  }

  .order-xl--2 {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }

  .order-xl--1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto;
  }

  .w-xl-100 {
    width: 100%;
  }

  .w-xl-auto {
    width: auto;
  }
}
.header-container {
  padding-bottom: 1rem;
  color: #000;
  background: #fff;
}
.header-container a {
  color: #333;
}
.header-container a:hover, .header-container a:focus {
  color: #fed95c;
}
.header-container .banner {
  background: #000;
}
.header-container .header-main {
  padding-top: 1rem;
}
.header-container .header-main > .container > .row {
  position: relative;
}

#header {
  z-index: 999;
  background-color: #fff;
}
nav .nav {
  position: relative;
}
nav .nav:before {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: #fbfbfb;
}
nav .nav .nav-contact span {
  margin-left: 12px;
}
nav .nav .nav-contact a {
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  padding: 0;
}
nav .nav .nav-contact .nav-contact_us {
  padding: 0 27px;
  margin: 0 10px;
  position: relative;
}
nav .nav .nav-contact .nav-contact_us:after, #header .nav .nav-contact .nav-contact_us:before {
  content: "";
  position: absolute;
  top: 10px;
  width: 1px;
  height: 18px;
  background: #D1D1D1;
}
nav .nav .nav-contact .nav-contact_us:after {
  right: 0;
}
nav .nav .nav-contact .nav-contact_us:before {
  left: 0;
}
nav .nav #languages-block-top {
  z-index: 11;
}
nav .nav #languages-block-top div.current {
  padding: 8px 15px;
}

.nav-contact {
  position: relative;
}

.menu-container {
  z-index: 10;
  background: #fff;
}
.menu-container > .container > .row .social-block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .menu-container > .container > .row .social-block {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.columns-container {
  position: relative;
  background: #fff;
  /* background: #FBFBFB; */
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}

#top_column {
  padding-bottom: 2rem;
}

#columns {
  position: relative;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
}

.footer-container {
  color: #000;
  background-color: #FBFBFB;
}
.footer-container a {
  color: #333;
}
.footer-container a:hover, .footer-container a:focus {
  text-decoration: underline;
}

#footer {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#header_logo {
  width: 40%;
  max-width: 22rem;
}
#header_logo a {
  display: block;
  padding: 1.5rem 15px;
}
@media (max-width: 479px) {
  #header_logo a {
    padding: 0.8rem;
  }
}
@media (max-width: 767px) {
  #header_logo img {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  #left_column,
#right_column {
    width: 33.3333333333%;
    max-width: 28rem;
  }
}

#center_column .page_product_box h3 {
  position: relative;
  padding: 1.5rem 2rem;
  margin: 0 0 2rem;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: #333;
  text-transform: uppercase;
  border-bottom: 2px solid #fed95c;
}

p.info-title {
  font-weight: 700;
  color: #000;
}

.dark {
  color: #000;
}

.bg-dark {
  color: #fff;
}

.main-page-indent {
  margin-bottom: 30px;
}

.alert {
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.alert::before {
  float: left;
  padding-right: 7px;
  font-family: "FontAwesome";
  font-size: 20px;
  vertical-align: -2px;
  cursor: pointer;
}
.alert ul,
.alert ol {
  padding-left: 1.5rem;
  margin-left: 2.5rem;
}
.alert ul li,
.alert ol li {
  font-weight: 400;
  list-style-type: decimal;
}
.alert.alert-success::before {
  content: "\f058";
}
.alert.alert-danger::before {
  content: "\f057";
}

.label {
  display: inline-block;
  padding: 0.6rem 1rem;
  white-space: normal;
}

label {
  color: #000;
}
label.required::before {
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  color: #d9534f;
  content: "*";
}

.unvisible {
  display: none;
}

.checkbox {
  line-height: 1.6rem;
}
.checkbox label {
  color: #777;
}

.close {
  opacity: 1;
}
.close:hover {
  opacity: 1;
}

.popover {
  border-color: #fecd29;
}
.popover.bottom .arrow::after {
  border-bottom-color: #fecd29;
}
.popover-title {
  padding: 0.8rem 1.6rem;
  color: #fff;
  background: #fed95c;
  border-radius: 0;
}
.popover-content {
  padding: 0;
}
.popover-content table {
  margin: 0;
}
.popover-content table td {
  padding: 0.8rem 1.2rem !important;
  cursor: pointer;
}
.popover-content table td:hover {
  background: rgba(254, 217, 92, 0.05) !important;
}

input.button_mini,
input.button_small,
input.button,
input.button_large,
input.button_mini_disabled,
input.button_small_disabled,
input.button_disabled,
input.button_large_disabled,
input.exclusive_mini,
input.exclusive_small,
input.exclusive,
input.exclusive_large,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
a.button_mini,
a.button_small,
a.button,
a.button_large,
a.exclusive_mini,
a.exclusive_small,
a.exclusive,
a.exclusive_large,
span.button_mini,
span.button_small,
span.button,
span.button_large,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large,
span.exclusive_large_disabled {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
  text-align: left;
  white-space: normal;
  cursor: pointer;
  background: #eee;
  border: 1px solid #000;
}

*:first-child + html input.button_mini,
*:first-child + html input.button_small,
*:first-child + html input.button,
*:first-child + html input.button_large,
*:first-child + html input.button_mini_disabled,
*:first-child + html input.button_small_disabled,
*:first-child + html input.button_disabled,
*:first-child + html input.button_large_disabled,
*:first-child + html input.exclusive_mini,
*:first-child + html input.exclusive_small,
*:first-child + html input.exclusive,
*:first-child + html input.exclusive_large,
*:first-child + html input.exclusive_mini_disabled,
*:first-child + html input.exclusive_small_disabled,
*:first-child + html input.exclusive_disabled,
*:first-child + html input.exclusive_large_disabled {
  border: none;
}

input.button_mini:hover,
input.button_small:hover,
input.button:hover,
input.button_large:hover,
input.exclusive_mini:hover,
input.exclusive_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
a.button_mini:hover,
a.button_small:hover,
a.button:hover,
a.button_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
a.exclusive:hover,
a.exclusive_large:hover {
  text-decoration: none;
}

input.button_disabled,
input.exclusive_disabled,
span.exclusive {
  color: #999;
  cursor: default;
  background: #ccc;
  border: 1px solid #b3b3b3;
}

.btn.disabled,
.btn[disabled]:hover {
  opacity: 0.3;
}

.button.button-small {
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #000;
  border: 0 solid #1a1a1a;
  border-radius: 6px;
}
.button.button-small span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4rem 1rem;
  border: 0 none;
  border-radius: 6px;
}
.button.button-small span i {
  margin-right: 0.5rem;
  vertical-align: 0;
}
.button.button-small span i.right {
  margin-right: 0;
  margin-left: 0.5rem;
}
.button.button-small span:hover {
  background: black;
}

.button.button-medium {
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  background: #fed95c;
  border: 0 solid #fed343;
  border-radius: 10px;
}
.button.button-medium span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2rem;
  text-align: center;
  border: 0 none;
  border-radius: 10px;
}
.button.button-medium span i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.button.button-medium span i.left {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 1rem;
}
.button.button-medium span i.right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 1rem;
}
.button.button-medium:hover {
  color: #000;
  background: #fed343;
}

.link-button {
  font-weight: 700;
}
.link-button i {
  margin-right: 0.5rem;
}
.link-button i.large {
  font-size: 2.6rem;
  line-height: 1;
  color: #c0c0c0;
  vertical-align: -3px;
}

.btn.button-plus,
.btn.button-minus {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  border: 1px solid black;
  border-radius: 0;
}
.btn.button-plus span,
.btn.button-minus span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #000;
}
.btn.button-plus:hover,
.btn.button-minus:hover {
  color: #fff;
  border-color: black;
}
.btn.button-plus:hover span,
.btn.button-minus:hover span {
  background: black;
}

.button.exclusive-medium {
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #000;
  border: 0 solid #333333;
  border-radius: 10px;
}
.button.exclusive-medium span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2rem;
  text-align: center;
  border: 0 none;
  border-radius: 10px;
}
.button.exclusive-medium span i {
  line-height: inherit;
  color: inherit;
}
.button.exclusive-medium span i.left {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 1rem;
}
.button.exclusive-medium span i.right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 1rem;
}
.button.exclusive-medium:hover {
  color: #fff;
  background: #333333;
}

.button.ajax_add_to_cart_button {
  width: 46px;
  height: 46px;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.022' height='27.833' viewBox='0 0 29.022 27.833'%3E%3Cg id='Group_5502' data-name='Group 5502' transform='translate(-503.8 -815.8)'%3E%3Cpath id='Path_3147' data-name='Path 3147' d='M530.8,825.315h-.666l-2.448-5.1a3.187,3.187,0,0,0-2.988-2.041h-1.415a2.612,2.612,0,0,0-2.593-2.379h-4.758a2.612,2.612,0,0,0-2.593,2.379h-1.415a3.161,3.161,0,0,0-2.963,1.983l-2.473,5.154h-.666a2.025,2.025,0,0,0-2.022,2.022v1.189a2.018,2.018,0,0,0,1.346,1.9l2.892,11.1a3.223,3.223,0,0,0,3.019,2.114h14.509a3.24,3.24,0,0,0,3.041-2.189l2.869-11.02a2.018,2.018,0,0,0,1.346-1.9v-1.189A2.024,2.024,0,0,0,530.8,825.315Zm-14.868-7.85h4.758a.952.952,0,1,1,0,1.9h-4.758a.952.952,0,1,1,0-1.9Zm-5.445,3.359a1.532,1.532,0,0,1,1.437-.98h1.82a2.614,2.614,0,0,0,2.189,1.189h4.758a2.614,2.614,0,0,0,2.189-1.189h1.82a1.559,1.559,0,0,1,1.462,1.037l2.128,4.434H508.334Zm-5.022,6.513a.357.357,0,0,1,.357-.357H530.8a.357.357,0,0,1,.357.357v1.189a.357.357,0,0,1-.357.357H505.822a.357.357,0,0,1-.357-.357Zm21.553,13.612a1.548,1.548,0,0,1-1.452,1.018H511.057a1.537,1.537,0,0,1-1.43-.943L506.9,830.549h22.824Z' transform='translate(0)'/%3E%3Cpath id='Path_3148' data-name='Path 3148' d='M511.5,836.2a.7.7,0,0,0,.7-.7v-5a.7.7,0,0,0-1.4,0v5A.7.7,0,0,0,511.5,836.2Z' transform='translate(1.407 4.433)'/%3E%3Cpath id='Path_3149' data-name='Path 3149' d='M516.5,836.2a.7.7,0,0,0,.7-.7v-5a.7.7,0,0,0-1.4,0v5A.7.7,0,0,0,516.5,836.2Z' transform='translate(2.412 4.433)'/%3E%3Cpath id='Path_3150' data-name='Path 3150' d='M521.5,836.2a.7.7,0,0,0,.7-.7v-5a.7.7,0,0,0-1.4,0v5A.7.7,0,0,0,521.5,836.2Z' transform='translate(3.416 4.433)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center #FEC400;
  background-size: 63%
}

.button.ajax_add_to_cart_button.disabled
{
  opacity: 0.5;
  background-color: #BBBBBB;
}

.button.lnk_view,
.functional-buttons .btn.btn-default {
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
}
.button.lnk_view span,
.functional-buttons .btn.btn-default span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2rem;
  text-align: center;
  background: #fbfbfb;
  border: 0 none;
  border-radius: 9px;
}
.button.lnk_view:hover,
.functional-buttons .btn.btn-default:hover {
  color: #fed95c;
  border-color: #fed95c;
}
.button.lnk_view i,
.functional-buttons .btn.btn-default i {
  line-height: inherit;
  color: inherit;
}
.button.lnk_view i.left,
.functional-buttons .btn.btn-default i.left {
  padding-right: 1rem;
}
.button.lnk_view.checked,
.functional-buttons .btn.btn-default.checked {
  color: #000;
  border-color: #fecd29;
}
.button.lnk_view.checked span,
.functional-buttons .btn.btn-default.checked span {
  background: #fed95c;
}

.form-control {
  height: 2.8rem;
  padding: 0.4rem 0.8rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control:focus {
  border-color: #777;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(119, 119, 119, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(119, 119, 119, 0.6);
}
.form-control.grey {
  background: #f2f2f2;
}

table.std,
table.table_block {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: inherit;
  background: #fff;
  border: 1px solid #999;
  border-bottom: none;
}

table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  background: #999;
}

table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3;
}

table.std td,
table.table_block td {
  padding: 12px;
  font-size: 12px;
  vertical-align: top;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.table {
  margin-bottom: 30px;
}
.table td ul,
.table td ol {
  margin-bottom: 0 !important;
}
.table td a.color-myaccount {
  color: #333;
  text-decoration: underline;
}
.table td a.color-myaccount:hover {
  text-decoration: none;
}
.table > thead > tr > th {
  color: #000;
  vertical-align: middle;
  background: #f8f8f8;
  border-bottom-width: 1px;
}
.table tbody > tr > td {
  vertical-align: middle;
}
.table tbody > tr > td.cart_quantity {
  width: 70px;
  padding: 41px 14px 25px;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button {
  margin-top: 3px;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a {
  float: left;
  margin-right: 3px;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
  margin-right: 0;
}
.table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
  padding: 5px;
}
.table tfoot tr {
  background: #f8f8f8;
}
.table tfoot > tr > td {
  vertical-align: middle;
}

.product-name {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #000;
}
.product-name a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.product-name a:hover {
  color: #000;
}
a.product-name:hover {
  color: #000;
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
}

.price.product-price {
  font-size: 1.8rem;
  line-height: 1.25;
  color: #000;
}

.old-price {
  color: #bbb;
  text-decoration: line-through;
}

.old-price.product-price {
  font-size: inherit;
}

.special-price {
  color: #f13340;
}

.price-percent-reduction {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #fff;
  background: #d9534f;
  border: 1px solid #c9302c;
}
.price-percent-reduction.small {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  pointer-events: none;
}
.product-badges span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 0.8rem;
  margin-bottom: 0.5rem;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
}
.product-badges span.new-box {
  background: #fed95c;
  font-size: 14px;
  padding: 5px 10px;
}
.product-badges span.sale-box {
  background: #FED95C;
  color: ;
}
.product-badges span.discount {
  background: #FED95C;
}
.product-badges span i {
  margin-left: 0.5rem;
}

.box, .checkbox-box {
  padding: 1.5rem;
  margin: 0 0 2rem 0;
  line-height: 23px;
  background: #f2f2f2;
  border: 1px solid #e3e3e3;
}

.checkbox-box .box {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 23px;
  background: #f2f2f2;
  border: none !important;
}

.box p {
  margin-bottom: 0;
}
.box.box-small {
  padding: 9px 10px 9px 20px;
}
.box.box-small .dark {
  width: auto;
  padding-top: 10px;
  padding-right: 20px;
  margin-bottom: 0;
}

.page-product-box {
  padding-bottom: 10px;
}

.product-box {
  float: left;
  width: 178px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-box .product-image {
  display: block;
  padding: 5px;
  margin-bottom: 11px;
  background: #fff;
  border: 1px solid #e3e3e3;
}
.product-box .product-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#home-page-tabs .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0 none;
}
#home-page-tabs .nav-tabs > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: none;
  margin: 0;
}
#home-page-tabs .nav-tabs > li a {
  padding: 1rem;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  color: #bbb;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  outline: none;
}
#home-page-tabs .nav-tabs > li a:hover {
  color: #fed95c;
  background: none;
}
#home-page-tabs .nav-tabs > li.active {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
}
#home-page-tabs .nav-tabs > li.active a {
  font-size: 2rem;
  line-height: 2.4rem;
  color: #333;
  background: #fff;
  border-left: 5px solid #000;
}

.block {
  margin: 0 0 2rem 0;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 20px;
}
@media (max-width: 767px) {
  .block {
    margin-bottom: 1rem;
  }
}
.block .block_content {
  padding: 20px;
  margin-bottom: 0;
}
.block .title_block,
.block h4 {
  padding-bottom: 7.5px;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  color: #333;
  text-transform: uppercase;
  background: #fff;
  border-bottom: 1px solid #D1D1D1;

}

.block .title_block > *
{
  position: relative;
}

.block .title_block > *::after
{
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  background-color: #FED95C;
  bottom: -11.5px;
  left: 0;
}
.block .title_block a,
.block h4 a {
  color: inherit;
}
.block .list-block li {
  padding: 0.5rem 0;
  border-top: 1px solid rgba(227, 227, 227, 0.7);
}
.block .list-block li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block .list-block li a i {
  display: none;
}
.block .list-block li a::before {
  display: inline;
  padding-right: 0.8rem;
  font-family: "FontAwesome";
  color: #fed95c;
  content: "\f105";
}
.block .list-block li:first-child {
  border-top: none;
}
.block .list-block .form-group {
  padding-top: 20px;
  margin-bottom: 0;
  border-top: 1px solid #e3e3e3;
}
.block .list-block .btn {
  margin-top: 1rem;
}
.block .products-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
/* .block .products-block li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  border-bottom: 2px solid #e3e3e3;
} */
.block .products-block li .products-block-image {
  display: block;
  width: 100%;
}
.block .products-block li .products-block-image img {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .block .products-block li .products-block-image {
    display: inline-block;
    float: none;
    margin: 0 auto 10px;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .block .products-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .block .products-block li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
.block .products-block .price {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #000;
}
.block .products-block .product-description {
  color: #bbb;
}
.block .products-block .price-percent-reduction {
  font-size: 1.4rem;
  line-height: 2rem;
}

.page-heading {
  padding: 0 0 1.5rem;
  margin-bottom: 3rem;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #333;
  text-transform: uppercase;
  border-bottom: 1px solid #e3e3e3;
}
.page-heading span.heading-counter {
  float: right;
  padding-top: 5px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  color: #000;
  text-transform: none;
}
@media (max-width: 480px) {
  .page-heading span.heading-counter {
    display: block;
    float: none;
  }
}
.page-heading span.lighter {
  color: #9c9c9c;
}
.page-heading.bottom-indent {
  margin-bottom: 16px;
}
.page-heading.product-listing {
  margin-bottom: 0;
  border-bottom: none;
  margin-top: 0;
  font-size: 36px;
  color: black;
  font-weight: bold;
  line-height: unset;
  padding-bottom: 20px;
}

.page-subheading {
  padding: 0 0 15px;
  margin-bottom: 12px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #333;
  text-transform: uppercase;
  border-bottom: 1px solid #e3e3e3;
}

@media(max-width: 630px)
{
  .authentication-form
  {
    flex-flow: column;
  }
  #authentication .page-subheading
  {
    display: flex;
    justify-content: space-between;
  }

  #authentication .page-subheading:not(.active)
  {
    margin-bottom: 0;
    border-bottom: none;
    transition: margin-bottom .5s;
  }

  #authentication .page-subheading::after
  {
      margin-left: auto;
      font-family: "FontAwesome";
      font-size: 2.5rem;
      line-height: 1;
  }

  #authentication .page-subheading:not(.active)::after
  {
      content: "\f107";
  }

  #authentication .page-subheading.active::after
  {
      content: "\f106";
  }

  #authentication .page-subheading + .form_content
  {
    transition: max-height .5s, transform .5s;
    overflow-y: hidden;
  }

  #authentication .page-subheading:not(.active) + .form_content
  {
    max-height: 0px;
    transform-origin: top center;
  }

  #authentication .page-subheading.active + .form_content
  {
    max-height: 1000px;
    transform-origin: top center;
    height: 100%;
  }

  form#create-account_form, form#login_form
  {
    min-height: unset;
    height: auto;
  }
}

h3.page-product-heading {
  position: relative;
  padding: 1.5rem 2rem;
  margin: 0 0 2rem;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: #333;
  text-transform: uppercase;
  border-bottom: 2px solid #fed95c;
}

.section-heading {
  margin: 3rem 0;
  font-family: "Lato", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.25;
  color: #333;
  text-align: center;
}

ul.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 2rem 0;
  gap: 1rem;
}

.content_sortPagiBar .sortPagiBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.content_sortPagiBar .sortPagiBar #productsSortForm {
  margin-bottom: 1rem;
}
.content_sortPagiBar .sortPagiBar #productsSortForm select {
  max-width: 19rem;
  padding: 10px 15px;

}
.content_sortPagiBar .sortPagiBar .nbrItemPage {
  margin-bottom: 1rem;
}
.content_sortPagiBar .sortPagiBar .nbrItemPage select {
  max-width: 6rem;
}
.content_sortPagiBar .sortPagiBar label {
  padding: 0;
  margin: 0 0.5rem 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}
.content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
  display: none;
}
.content_sortPagiBar .grid-list {
  margin-bottom: 1rem;
}
.content_sortPagiBar .grid-list .display-title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}
.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
  margin: 0;
}
.content_sortPagiBar .display li a,
.content_sortPagiBar .display_m li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 0.2rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #bbb;
  cursor: pointer;
}
.content_sortPagiBar .display li a i,
.content_sortPagiBar .display_m li a i {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
  color: #e2e2e2;
}
.content_sortPagiBar .display li a:hover i,
.content_sortPagiBar .display_m li a:hover i {
  color: #4d4d4d;
}
.content_sortPagiBar .display li.selected a,
.content_sortPagiBar .display_m li.selected a {
  cursor: default;
}
.content_sortPagiBar .display li.selected i,
.content_sortPagiBar .display_m li.selected i {
  color: #000;
}

.top-pagination-content,
.bottom-pagination-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .top-pagination-content,
.bottom-pagination-content {
    -webkit-box-orient: horizontal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
  margin: 0 0.5rem 1rem;
  text-align: center;
}
.top-pagination-content div.pagination .showall,
.bottom-pagination-content div.pagination .showall {
  margin-left: 2rem;
}
.top-pagination-content div.pagination .showall .btn span,
.bottom-pagination-content div.pagination .showall .btn span {
  padding: 0.4rem 0.8rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.top-pagination-content ul.pagination,
.bottom-pagination-content ul.pagination {
  margin: 0;
}
.top-pagination-content ul.pagination li,
.bottom-pagination-content ul.pagination li {
  display: inline-block;
  margin-right: 10px;
}
.top-pagination-content ul.pagination li > a,
.top-pagination-content ul.pagination li > span,
.bottom-pagination-content ul.pagination li > a,
.bottom-pagination-content ul.pagination li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0;
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8rem;
  color: #333;
  background-color: white;
  border: none;
}
.top-pagination-content ul.pagination li > a span,
.top-pagination-content ul.pagination li > span span,
.bottom-pagination-content ul.pagination li > a span,
.bottom-pagination-content ul.pagination li > span span {
  display: block;
  text-align: center;
}
.top-pagination-content ul.pagination li > a:hover,
.bottom-pagination-content ul.pagination li > a:hover {
  border-color: #fed95c;
}
.top-pagination-content ul.pagination li > a:hover,
.bottom-pagination-content ul.pagination li > a:hover {
  color: #fff;
  background: #000000;
}
.top-pagination-content ul.pagination li.pagination_previous.disabled, .top-pagination-content ul.pagination li.pagination_next.disabled,
.bottom-pagination-content ul.pagination li.pagination_previous.disabled,
.bottom-pagination-content ul.pagination li.pagination_next.disabled {
  opacity: 0.3;
}
.top-pagination-content ul.pagination li.active > span,
.bottom-pagination-content ul.pagination li.active > span {
  color: #fff;
  background: black;
}
.top-pagination-content .compare-form,
.bottom-pagination-content .compare-form {
  margin-bottom: 1rem;
}
.top-pagination-content .product-count,
.bottom-pagination-content .product-count {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .top-pagination-content .product-count,
.bottom-pagination-content .product-count {
    display: none !important;
  }
}

.pagination_next
{
  margin-left: 20px;
  margin-right: 0;
}

.pagination_previous
{
  margin-right: 30px !important;
}

ul.pagination li.pagination_arrow > a,
ul.pagination li.pagination_arrow > span

{
  background-color: #DBDBDB;
  color: black;
  font-size: 20px;
}

ul.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  ul.step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
ul.step li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
}
@media (max-width: 767px) {
  ul.step li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
ul.step li a,
ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  color: #000;
  border: 1px solid #e3e3e3;
}
ul.step li a::before,
ul.step li span::before, ul.step li.step_current span::before, ul.step li.step_current_end span::before {
  width: 3rem;
  font-family: "FontAwesome";
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  text-align: center;
  content: "\f054";
}
@media (max-width: 992px) {
  ul.step li a,
ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
    font-size: 1.4rem;
  }
  ul.step li a::before,
ul.step li span::before, ul.step li.step_current span::before, ul.step li.step_current_end span::before {
    font-size: 1.6rem;
  }
}
ul.step li a:focus,
ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
  text-decoration: none;
  outline: none;
}
ul.step li.first span,
ul.step li.first a {
  z-index: 5;
}
ul.step li.second span,
ul.step li.second a {
  z-index: 4;
}
ul.step li.third span,
ul.step li.third a {
  z-index: 3;
}
ul.step li.four span,
ul.step li.four a {
  z-index: 2;
}
ul.step li.last span {
  z-index: 1;
}
ul.step li.step_current {
  background: #fed95c;
}
ul.step li.step_current span {
  color: #fff;
  border-color: #fecd29;
}
ul.step li.step_current span::before {
  content: "\f10c";
}
ul.step li.step_todo {
  background: #f2f2f2;
}
ul.step li.step_todo span {
  color: #000;
}
ul.step li.step_done {
  background: #333;
}
ul.step li.step_done a {
  color: #fff;
  border-color: #1a1a1a;
}
ul.step li.step_done a::before {
  content: "\f00c";
}

.rating {
  display: block;
  margin: 2em;
  clear: both;
  cursor: pointer;
}

.rating::after {
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ".";
}

.cancel,
.star {
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 1px 0 0;
  overflow: hidden;
  cursor: pointer;
}

.cancel,
.cancel a {
  background: url("../../../modules/productcomments/img/delete.gif") no-repeat 0 -16px !important;
}

.cancel a,
.star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
}

div.star_on a {
  background-position: 0 -16px;
}

div.star_hover a,
div.star a:hover {
  background-position: 0 -32px;
}

.pack_content {
  margin: 10px 0;
}

.confirmation {
  padding: 10px;
  margin: 0 0 10px;
  font-size: 13px;
  background: none repeat scroll 0 0 #ffffe0;
  border: 1px solid #e6db55;
}

#page .rte {
  background: transparent none repeat scroll 0 0;
}
#page .rte em {
  font-style: italic !important;
}

.listcomment {
  margin: 0 0 20px !important;
  list-style-type: none;
}

.listcomment li {
  padding: 10px 0;
  color: #666;
  border-bottom: 1px dotted #e3e3e3;
}

.listcomment .titlecomment {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #000;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem 0 0;
  margin-bottom: 1rem;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
  background: transparent;
  border: 0 none;
}
.breadcrumb .navigation-pipe {
  display: none !important;
}
.breadcrumb a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.5rem 1rem;
  margin-right: 4px;
  color: #000;
  white-space: nowrap;
}
.breadcrumb a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #eeeeee;
  width: 100%;
}
.breadcrumb a:hover {
  color: #fed95c;
}
.breadcrumb a.home {
  z-index: 2;
  margin-bottom: 1rem;
  color: #fff;
}
.breadcrumb a.home::before {
  background: #000;
}
.breadcrumb a.home i {
  font-size: 1.4rem;
}
.breadcrumb .swiper-container {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 0;
}
.breadcrumb .navigation_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 0 1rem 1rem;
  white-space: nowrap;
}
.breadcrumb .navigation_page > span:first-child {
  margin-left: -1rem;
}
.breadcrumb .navigation_page > span:last-child {
  margin-right: 1.5rem;
}

.footer-top {
  color: #000;
}
.footer-top-contact {
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1.8rem;
  font-weight: 300;
  background: #fbfbfb;
}
@media (min-width: 1200px) {
  .footer-top-contact {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.footer-top-contact .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 2rem;
}
@media (min-width: 1200px) {
  .footer-top-contact .content {
    margin: 0 2rem 0 0;
  }
}
.footer-top-contact h4 {
  font-family: "Lato", sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .footer-top-contact h4 {
    font-size: 4.8rem;
  }
}
.footer-top-contact .button span {
  padding: 1.5rem 3rem;
  font-size: 1.6rem;
}

.footer-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.3333;
}
.footer-block ul {
  margin: 0;
}
.footer-block li a {
  display: block;
  padding: 0.5rem 0;
}
.footer-block h4 {
  padding: 0.5rem 0;
  margin-top: 0;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.2rem;
  text-transform: uppercase;
  padding-left: 15px;
  border-left: 5px solid #FED95C;
}
@media (max-width: 767px) {
  .footer-block h4 {
    position: relative;
  }
  .footer-block h4::after {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 3rem;
    height: 100%;
    font-family: "FontAwesome";
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    content: "\f107";
  }
  .footer-block h4.active::after {
    content: "\f106";
  }
}
.footer-block .toggle-footer {
  padding: 0;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .footer-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20rem;
            flex: 1 0 20rem;
    width: auto;
    max-width: 100%;
    padding-top: 1rem;
  }
}

.contact-infos .toggle-footer {
  padding: 0;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .contact-infos .toggle-footer {
    padding: 0;
    padding-left: 20px;
  }
}
.contact-infos-company {
  font-weight: 600;
}

.social-block { 
  padding-left: 35px;
}
.social-block a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 2px;
  width: 34px;  
  height: 34px;
  border: 1px solid #BBBBBB;
}
.social-block a i::before {
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}

.social-block a i {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.social-block a:hover {
  opacity: 0.8;
}

.copyright-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #bbb;
  border-top: 1px solid #D1D1D1;
}

#to-top {
  position: fixed;
  right: 0;
  bottom: 4rem;
  z-index: 1030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
  color: #fff;
  background: #333;
  border: #1a1a1a;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
#to-top.active {
  opacity: 0.5;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#to-top.active:hover, #to-top.active:focus {
  opacity: 1;
}

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px;
}

.rte ul {
  padding-left: 15px;
  list-style-type: disc;
}

.rte ol {
  padding-left: 15px;
  list-style-type: decimal;
}

.block_hidden_only_for_screen {
  display: none;
}

.cart_navigation {
  margin: 0 0 20px;
}
.cart_navigation .button-medium {
  float: right;
  font-size: 2rem;
  line-height: 2.4rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cart_navigation .button-medium {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.cart_navigation .button-medium span {
  padding: 1rem 1.5rem;
}
.cart_navigation .button-medium i.right {
  margin-left: 6px;
  line-height: 1;
}
.cart_navigation .button-exclusive {
  padding: 0;
  margin: 9px 0 0;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  background: none;
  border: none;
}
.cart_navigation .button-exclusive i {
  margin-right: 8px;
  color: inherit;
}
.cart_navigation .button-exclusive:hover, .cart_navigation .button-exclusive:focus, .cart_navigation .button-exclusive:active {
  color: #fed95c;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 480px) {
  .cart_navigation > span {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
}

.cart_last_product {
  display: none;
}

.cart_quantity .cart_quantity_input {
  width: 57px;
  height: 27px;
  padding: 0;
  line-height: 27px;
  text-align: center;
}

.cart_gift_quantity .cart_quantity_input {
  width: 57px;
  height: 27px;
  padding: 0;
  line-height: 27px;
  text-align: center;
}

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
  color: #000;
}
.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
  color: #c0c0c0;
}

#cart_summary thead th {
  padding: 0.5rem;
}
#cart_summary tbody td {
  padding: 0.5rem;
}
#cart_summary tbody td.cart_product {
  width: 137px;
  padding: 7px;
}
#cart_summary tbody td.cart_product img {
  border: 1px solid #d6d4d4;
}
#cart_summary tbody td.cart_unit .price span {
  display: inline-block;
}
#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
  display: inline-block;
  margin: 5px auto;
}
#cart_summary tbody td.cart_unit .price span.old-price {
  text-decoration: line-through;
}
#cart_summary tbody td.cart_description small {
  display: block;
  padding: 5px 0 0;
}
#cart_summary tbody td.cart_avail {
  width: 1%;
}
#cart_summary tbody td.cart_avail span {
  white-space: nowrap;
}
#cart_summary tbody td.cart_avail .label {
  padding: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
#cart_summary tbody td.cart_delete {
  width: 1%;
}
#cart_summary tfoot td.text-right, #cart_summary tfoot tbody td.cart_unit, #cart_summary tbody tfoot td.cart_unit, #cart_summary tfoot tbody td.cart_total, #cart_summary tbody tfoot td.cart_total {
  font-weight: 700;
  color: #000;
}
#cart_summary tfoot td.price {
  text-align: right;
}
#cart_summary tfoot td.total_price_container span {
  font: 600 18px/22px "Lato", sans-serif;
  color: #555454;
  text-transform: uppercase;
}
#cart_summary tfoot td#total_price_container {
  font: 600 21px/25px "Lato", sans-serif;
  color: #000;
  background: #fff;
}

#cart_summary .stock-management-on tbody td.cart_description {
  width: 480px;
}

.cart_discount_price {
  text-align: right;
}

.cart_discount_delete {
  text-align: center;
}

@media (max-width: 767px) {
  #order-detail-content #cart_summary table,
#order-detail-content #cart_summary thead,
#order-detail-content #cart_summary tbody,
#order-detail-content #cart_summary th,
#order-detail-content #cart_summary td,
#order-detail-content #cart_summary tr {
    display: block;
  }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #order-detail-content #cart_summary tr {
    position: relative;
    padding-bottom: 7px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }
  #order-detail-content #cart_summary td {
    position: relative;
    float: left;
    padding: 7px 20px;
    white-space: normal;
    border: none;
  }
  #order-detail-content #cart_summary td.cart_product {
    text-align: left;
  }
  #order-detail-content #cart_summary td.cart_avail {
    display: none;
  }
  #order-detail-content #cart_summary td.cart_unit {
    width: 33%;
    min-height: 70px;
    clear: both;
    text-align: right;
  }
  #order-detail-content #cart_summary td.cart_unit .price {
    text-align: right;
  }
  #order-detail-content #cart_summary td.cart_quantity {
    width: 33%;
    min-height: 70px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #order-detail-content #cart_summary td.cart_quantity div {
    display: block;
  }
  #order-detail-content #cart_summary td.cart_quantity > .form-control {
    display: inline;
  }
  #order-detail-content #cart_summary td.cart_quantity > .cart_quantity_button a {
    float: none;
    margin-right: 0;
  }
  #order-detail-content #cart_summary td.cart_total {
    width: 33%;
    min-height: 70px;
    text-align: right;
  }
  #order-detail-content #cart_summary td.cart_delete {
    position: absolute;
    top: 7px;
    right: 20px;
  }
  #order-detail-content #cart_summary td.cart_delete::before {
    content: "" !important;
  }
  #order-detail-content #cart_summary td div {
    display: inline;
  }
  #order-detail-content #cart_summary td::before {
    display: block;
    font-weight: 700;
    content: attr(data-title);
  }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%;
  }
  #order-detail-content #cart_summary tfoot td::before {
    display: inline;
  }
  #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr tbody td.cart_unit, #order-detail-content #cart_summary tbody tfoot tr td.cart_unit, #order-detail-content #cart_summary tfoot tr tbody td.cart_total, #order-detail-content #cart_summary tbody tfoot tr td.cart_total,
#order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: left;
    width: 50%;
  }
}
@media (max-width: 768px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: center;
  }
  #order-detail-content #cart_summary tbody td.cart_description {
    width: 300px;
  }
}
.cart_voucher {
  vertical-align: top !important;
}
.cart_voucher h4 {
  padding: 7px 0 10px;
  font: 600 18px/22px "Lato", sans-serif;
  color: #333;
  text-transform: uppercase;
}
.cart_voucher .title-offers {
  margin-bottom: 6px;
  font-weight: 700;
  color: #000;
}
.cart_voucher fieldset {
  margin-bottom: 10px;
}
.cart_voucher fieldset #discount_name {
  float: left;
  width: 219px;
  margin-right: 11px;
}
.cart_voucher #display_cart_vouchers span {
  font-weight: 700;
  color: #333;
  cursor: pointer;
}
.cart_voucher #display_cart_vouchers span:hover {
  color: #fed95c;
}

.enable-multishipping {
  margin: -13px 0 17px;
}
.enable-multishipping label {
  font-weight: 400;
}

#HOOK_SHOPPING_CART #loyalty i {
  font-size: 26px;
  line-height: 26px;
  color: #cfcccc;
}

#order_carrier {
  margin-top: 20px;
  clear: both;
  background: #fff;
  border: 1px solid #999;
}

.order_carrier_logo {
  max-width: 65px;
  max-height: 65px;
}

#order_carrier .title_block {
  height: 29px;
  padding: 0 15px;
  font-weight: 700;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
  background: url("../img/bg_table_th.png") repeat-x 0 -10px #999;
}

#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: 700;
}

.multishipping_close_container {
  text-align: center;
}

table#cart_summary .gift-icon {
  display: inline;
  padding: 2px 5px;
  line-height: 20px;
  color: #fff;
  background: #08c;
  border-radius: 5px;
}

#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px;
}
#multishipping_mode_box .title {
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}
#multishipping_mode_box .description_off {
  display: none;
}
#multishipping_mode_box .description_off div {
  margin-bottom: 10px;
}
#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
  background: #f3f3f3;
  border: 1px solid #ccc;
}

#multishipping_mode_box.on .description_off {
  display: block;
}

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px;
}

#order .address_add.submit {
  margin-bottom: 20px;
}

#ordermsg {
  margin-bottom: 30px;
}

#id_address_invoice.form-control,
#id_address_delivery.form-control {
  width: 269px;
}

.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
  float: left;
  clear: both;
}
.addresses .waitimage {
  position: relative;
  bottom: -2px;
  left: 10px;
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/loader.gif");
  background-repeat: no-repeat;
}
.addresses .checkbox.addressesAreEquals {
  float: left;
  margin: 15px 0 25px;
  clear: both;
}

#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
}
#order .delivery_option > div > table,
#order-opc .delivery_option > div > table {
  margin-bottom: 0;
  background: #fff;
}
#order .delivery_option > div > table.resume,
#order-opc .delivery_option > div > table.resume {
  height: 53px;
}
#order .delivery_option > div > table.resume.delivery_option_carrier,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier {
  width: 100%;
  margin-top: 10px;
  font-weight: 700;
  border: 1px solid #d6d4d4;
}
#order .delivery_option > div > table.resume.delivery_option_carrier td,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
  padding: 8px 11px 7px;
}
#order .delivery_option > div > table.resume.delivery_option_carrier td i,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
  margin-right: 7px;
  font-size: 20px;
  vertical-align: -2px;
}
#order .delivery_option > div > table.resume td.delivery_option_radio,
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
  width: 54px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
#order .delivery_option > div > table.resume td.delivery_option_logo,
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
  width: 97px;
  padding-left: 21px;
}
#order .delivery_option > div > table.resume td.delivery_option_price,
#order-opc .delivery_option > div > table.resume td.delivery_option_price {
  width: 162px;
}

.order_carrier_content {
  padding-bottom: 16px;
  line-height: normal;
}
.order_carrier_content .carrier_title {
  font-weight: 700;
  color: #000;
}
.order_carrier_content .checkbox input {
  margin-top: 2px;
}
.order_carrier_content .delivery_options_address .carrier_title {
  margin-bottom: 17px;
}
.order_carrier_content + div {
  padding-bottom: 15px;
}

#carrierTable {
  background: #fff;
  border: 1px solid #999;
  border-bottom: none;
}

#carrierTable tbody {
  border-bottom: 1px solid #999;
}

#carrierTable th {
  height: 29px;
  padding: 0 15px;
  font-weight: 700;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
  background: url("../img/bg_table_th.png") repeat-x 0 -10px #999;
}

#carrierTable td {
  padding: 15px;
  font-weight: 700;
  border-right: 1px solid #e9e9e9;
}

#carrierTable td.carrier_price {
  border: none;
}

p.checkbox.gift {
  margin-bottom: 10px;
}

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px;
}

a.iframe {
  color: #000;
  text-decoration: underline;
}
a.iframe:hover {
  text-decoration: none;
}

p.payment_module {
  margin-bottom: 10px;
}
p.payment_module a {
  position: relative;
  display: block;
  padding: 33px 40px 34px 99px;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  color: #000;
  letter-spacing: -1px;
  border: 1px solid #d6d4d4;
  border-radius: 4px;
}
p.payment_module a.bankwire {
  background: url("../img/bankwire.png") 15px 12px no-repeat #f2f2f2;
}
p.payment_module a.cheque {
  background: url("../img/cheque.png") 15px 15px no-repeat #f2f2f2;
}
p.payment_module a.cash {
  background: url("../img/cash.png") 15px 15px no-repeat #f2f2f2;
}
p.payment_module a.cheque::after, p.payment_module a.bankwire::after, p.payment_module a.cash::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 14px;
  height: 22px;
  margin-top: -11px;
  font-family: "FontAwesome";
  font-size: 25px;
  color: #333;
  content: "\f054";
}
p.payment_module a:hover {
  background-color: #f6f6f6;
}
p.payment_module a span {
  font-weight: 700;
  color: #333;
}

.payment_module.box {
  margin-top: 20px;
}

p.cheque-indent {
  margin-bottom: 9px;
}

.cheque-box .form-group {
  margin-bottom: 0;
}
.cheque-box .form-group .form-control {
  width: 269px;
}

.order-confirmation.box {
  line-height: 29px;
}
.order-confirmation.box a {
  text-decoration: underline;
}
.order-confirmation.box a:hover {
  text-decoration: none;
}

.delivery_option_carrier td {
  width: 200px;
}

.delivery_option_carrier td + td {
  width: 280px;
}

.delivery_option_carrier td + td + td {
  width: 200px;
}

.delivery_option_carrier tr td {
  padding: 5px;
}

.delivery_option_carrier.selected {
  display: table;
}

.not-displayable {
  display: none;
}

form .gender-line {
  display: none !important;
}

#address .box,
#identity .box,
#account-creation_form .box,
#new_account_form .box,
#opc_account_form .box,
#authentication .box {
  padding-bottom: 20px;
  line-height: 20px;
}
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
  margin: 9px 0 16px;
  color: #f13340;
}
#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
  color: #f00;
}
#address .form-group,
#identity .form-group,
#account-creation_form .form-group,
#new_account_form .form-group,
#opc_account_form .form-group,
#authentication .form-group {
  margin-bottom: 4px;
}
#address .form-group .form-control,
#identity .form-group .form-control,
#account-creation_form .form-group .form-control,
#new_account_form .form-group .form-control,
#opc_account_form .form-group .form-control,
#authentication .form-group .form-control {
  max-width: 271px;
}
#address .form-group .form-control#adress_alias,
#identity .form-group .form-control#adress_alias,
#account-creation_form .form-group .form-control#adress_alias,
#new_account_form .form-group .form-control#adress_alias,
#opc_account_form .form-group .form-control#adress_alias,
#authentication .form-group .form-control#adress_alias {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #address .form-group.phone-number,
#identity .form-group.phone-number,
#account-creation_form .form-group.phone-number,
#new_account_form .form-group.phone-number,
#opc_account_form .form-group.phone-number,
#authentication .form-group.phone-number {
    float: left;
    width: 270px;
    margin-right: 13px;
  }
}
@media (min-width: 1200px) {
  #address .form-group.phone-number + p,
#identity .form-group.phone-number + p,
#account-creation_form .form-group.phone-number + p,
#new_account_form .form-group.phone-number + p,
#opc_account_form .form-group.phone-number + p,
#authentication .form-group.phone-number + p {
    padding: 23px 0 0;
    margin-bottom: 0;
  }
}
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
  padding-top: 4px;
  margin-bottom: 4px;
}
#address .gender-line > label,
#identity .gender-line > label,
#account-creation_form .gender-line > label,
#new_account_form .gender-line > label,
#opc_account_form .gender-line > label,
#authentication .gender-line > label {
  margin-right: 10px;
  margin-bottom: 0;
}
#address .gender-line .radio-inline label,
#identity .gender-line .radio-inline label,
#account-creation_form .gender-line .radio-inline label,
#new_account_form .gender-line .radio-inline label,
#opc_account_form .gender-line .radio-inline label,
#authentication .gender-line .radio-inline label {
  font-weight: 400;
  color: #777;
}

#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
  margin-right: -5px;
  margin-left: -5px;
}
#identity #center_column form.std .row .col-xs-4,
#authentication #center_column form.std .row .col-xs-4,
#order-opc #center_column form.std .row .col-xs-4 {
  max-width: 94px;
  padding-right: 5px;
  padding-left: 5px;
}
#identity #center_column form.std .row .col-xs-4 .form-control,
#authentication #center_column form.std .row .col-xs-4 .form-control,
#order-opc #center_column form.std .row .col-xs-4 .form-control {
  max-width: 84px;
}
#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  padding-top: 0;
  border: none;
}

#new_account_form .box {
  line-height: 20px;
}
#new_account_form .box .date-select {
  padding-bottom: 10px;
}
#new_account_form .box .top-indent {
  padding-top: 10px;
}
#new_account_form .box .customerprivacy {
  padding-top: 15px;
}

#authentication fieldset.account_creation {
  margin-bottom: 20px;
}

#password .box p {
  margin-bottom: 9px;
}
#password .box .form-group {
  margin-bottom: 20px;
}
#password .box .form-group .form-control {
  width: 263px;
}
#password .footer_links {
  padding-top: 0;
  border: none;
}

#instant_search_results a.close {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: inherit;
  text-transform: none;
  opacity: 1;
}
#instant_search_results a.close:hover {
  color: #fed95c;
}

#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px;
}
#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px;
}
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: 700;
  color: #000;
}
#manufacturers_list .product-counter a:hover,
#suppliers_list .product-counter a:hover {
  color: #fed95c;
}
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  padding: 31px 0 30px;
  border-top: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  #manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
    text-align: center;
  }
}
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0;
}
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center;
}
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  padding-bottom: 8px;
  margin-top: -5px;
}
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0;
}
@media (max-width: 767px) {
  #manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  min-height: 108px;
  padding: 0 0 32px 31px;
  border-left: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  #manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
    min-height: 1px;
    padding: 0;
    border: none;
  }
}
#manufacturers_list.list li .right-side-content .product-counter,
#suppliers_list.list li .right-side-content .product-counter {
  position: relative;
  top: -6px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #manufacturers_list.list li .right-side-content .product-counter,
#suppliers_list.list li .right-side-content .product-counter {
    top: 0;
  }
}
#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center;
}
#manufacturers_list.grid li .product-container,
#suppliers_list.grid li .product-container {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
#manufacturers_list.grid li .product-container .left-side,
#suppliers_list.grid li .product-container .left-side {
  padding-bottom: 42px;
}
#manufacturers_list.grid li .product-container h3,
#suppliers_list.grid li .product-container h3 {
  padding-bottom: 10px;
}
#manufacturers_list.grid li .product-container .product-counter,
#suppliers_list.grid li .product-container .product-counter {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  #manufacturers_list.grid li.first-in-line,
#suppliers_list.grid li.first-in-line {
    clear: left;
  }
  #manufacturers_list.grid li.last-line .product-container,
#suppliers_list.grid li.last-line .product-container {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #manufacturers_list.grid li.first-item-of-tablet-line,
#suppliers_list.grid li.first-item-of-tablet-line {
    clear: left;
  }
  #manufacturers_list.grid li.last-tablet-line .product-container,
#suppliers_list.grid li.last-tablet-line .product-container {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  #manufacturers_list.grid li.item-last .product-container,
#suppliers_list.grid li.item-last .product-container {
    border-bottom: none;
  }
}

#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e3e3e3;
}
#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {
  display: none;
}
#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
  min-height: 69px;
}
#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #e3e3e3;
}

table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px;
}
table.discount i.icon-ok {
  color: #46a74e;
}
table.discount i.icon-remove {
  color: #f13340;
}

#guestTracking .form-control {
  max-width: 271px;
}
@media (min-width: 1200px) {
  #guestTracking .form-group {
    overflow: hidden;
  }
  #guestTracking .form-group i {
    padding-left: 10px;
  }
  #guestTracking .form-control {
    float: left;
  }
  #guestTracking label {
    float: left;
    width: 100%;
    clear: both;
  }
}

#pagenotfound .pagenotfound {
  max-width: 80rem;
  margin: 3rem auto;
  text-align: center;
}
#pagenotfound .pagenotfound h1 {
  font-size: 3rem;
  text-transform: uppercase;
}
#pagenotfound .pagenotfound p {
  padding-bottom: 2rem;
  text-transform: uppercase;
  border-bottom: 1px solid #e3e3e3;
}
#pagenotfound .pagenotfound h3 {
  font-size: 1.6rem;
  font-weight: 400;
}
#pagenotfound .pagenotfound label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 400;
}
#pagenotfound .pagenotfound .form-control {
  display: inline-block;
  max-width: 28rem;
  background: #fff;
}
#pagenotfound .pagenotfound .buttons {
  padding: 2rem 0;
}
#pagenotfound .pagenotfound .buttons .button-medium i.left {
  font-size: inherit;
}

#account-creation_form fieldset.reversoform {
  padding: 10px !important;
}

#account-creation_form fieldset.reversoform .text label {
  display: block;
  width: 100%;
  padding: 0 0 10px;
  text-align: left;
}

#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right;
}

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer;
}

.tab-content {
  margin-top: 20px;
}

form#sendComment fieldset {
  padding: 10px;
  background: #eee;
  border: 1px solid #ccc;
}

form#sendComment h3 {
  font-size: 14px;
}

#new_comment_form p.text {
  padding-bottom: 0;
  margin-bottom: 0;
}

#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-size: 12px;
  font-weight: 700;
}

#sendComment p.text input {
  width: 498px;
  height: 28px;
  padding: 0 5px;
  background: url("../img/bg_input.png") repeat-x 0 0 #fff;
  border: 1px solid #ccc;
}

#sendComment p.textarea textarea {
  width: 508px;
  height: 80px;
  border: 1px solid #ccc;
}

#sendComment p.submit {
  padding: 0;
  text-align: right;
}

#sendComment p.closeform {
  float: right;
  width: 12px;
  height: 12px;
  padding: 0;
  text-indent: -5000px;
  background: url("../img/icon/delete.gif") no-repeat 0 0;
}

.star {
  position: relative;
  top: -1px;
  display: block;
  float: left;
  width: 14px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.star a {
  position: absolute;
  display: block;
  text-indent: -5000px;
}

div.star::after {
  display: inline-block;
  font-family: "FontAwesome";
  color: #777676;
  content: "\f006";
}

div.star.star_on {
  display: block;
}
div.star.star_on::after {
  display: inline-block;
  font-family: "FontAwesome";
  color: #ef8743;
  content: "\f005";
}

div.star.star_hover::after {
  display: inline-block;
  font-family: "FontAwesome";
  color: #ef8743;
  content: "\f005";
}

.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center;
}

.blockcategories_footer ul ul {
  display: none !important;
}

.form-group.form-error input,
.form-group.form-error textarea {
  color: #f13340;
  background: url("../img/icon/form-error.png") 98% 5px no-repeat #fff1f2;
  border: 1px solid #f13340;
}
.form-group.form-ok input,
.form-group.form-ok textarea {
  color: #35b33f;
  background: url("../img/icon/form-ok.png") 98% 5px no-repeat #ddf9e1;
  border: 1px solid #46a74e;
}
.form-group.form-error .form-control, .form-group.form-ok .form-control {
  padding-right: 30px;
}

.radio-inline,
.checkbox {
  padding-left: 0;
}
.radio-inline .checker,
.checkbox .checker {
  float: left;
}
.radio-inline .checker span,
.checkbox .checker span {
  top: 0;
}
.radio-inline div.radio,
.checkbox div.radio {
  display: inline-block;
}
.radio-inline div.radio span,
.checkbox div.radio span {
  top: 0;
  float: left;
}

.fancybox-overlay {
  background: none rgba(0, 0, 0, 0.5) !important;
}

.fancybox-skin {
  font-family: "Lato", sans-serif;
  background: #fff !important;
}
.fancybox-skin .fancybox-title {
  font-family: inherit;
}
.fancybox-skin .fancybox-close {
  width: 3rem;
  height: 3rem;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: none #333 !important;
  border-radius: 4px;
}
.fancybox-skin .fancybox-close:hover {
  background-color: #d9534f !important;
}
.fancybox-skin .fancybox-close::after {
  font-family: "FontAwesome";
  content: "\f00d";
}
.fancybox-skin .fancybox-title-float-wrap .child {
  font-weight: 700;
  white-space: normal;
  background: #fed95c;
  border: 1px solid #fecd29;
  border-radius: 0;
}

#facebook_block h4 {
  padding: 35px 0 0;
  margin: 0 0 12px;
  font: 300 21px/25px "Lato", sans-serif;
  color: #4d4d4d;
}
@media (max-width: 991px) {
  #facebook_block h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #facebook_block h4 {
    padding-top: 20px !important;
  }
}
@media (max-width: 768px) {
  #facebook_block h4 {
    font-size: 16px;
  }
}
#facebook_block .facebook-fanbox {
  padding-bottom: 10px;
  background: #fff;
  border: 1px solid #aaa;
}

.cmsinfo {
  margin: 3rem -1rem 1rem;
  gap: 2rem;
}
.cmsinfo-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 1rem 1rem;
}
@media (min-width: 768px) {
  .cmsinfo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50rem;
            flex: 1 0 50rem;
    max-width: 100%;
  }
}
.cmsinfo-content {
  padding: 1rem 0;
  font-size: 1.6rem;
  line-height: 1.25;
}
.cmsinfo-content h2 {
  margin-bottom: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
.cmsinfo-content p {
  margin-bottom: 2rem;
  line-height: 1.5;
}
.cmsinfo img {
  max-width: 100%;
  height: auto;
}

#reinsurance_block {
  padding: 2rem 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
#reinsurance_block ul {
  margin: 0 -1rem;
}
#reinsurance_block li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem;
}
#reinsurance_block li img {
  margin-right: 1rem;
}
#reinsurance_block div {
  font-size: 1.3rem;
  white-space: nowrap;
}
#reinsurance_block div::first-line {
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #reinsurance_block li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  #reinsurance_block {
    padding: 4rem 0;
  }
  #reinsurance_block li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
}

@media (max-width: 1199px) {
  .zoomdiv {
    display: none !important;
  }
}
#product.content_only div.pb-left-column p.resetimg {
  padding-top: 0;
  margin-bottom: 0;
}
#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0;
}

#product_comparison td.compare_extra_information {
  padding: 10px;
}
#product_comparison #social-share-compare {
  margin-bottom: 50px;
}

.payment_option_form {
  display: none;
}

.payment_option_logo {
  height: 50px;
  max-height: 50px;
}

.payment_module_adv {
  height: 120px;
  max-height: 120px;
}

.payment_option_selected {
  display: none;
  margin-top: 15px;
}
.payment_option_selected i {
  color: #008000;
}

.payment_option_cta {
  margin-left: 10px;
  color: #333 !important;
}

.tnc_box {
  padding: 14px 18px 13px;
  margin: 0 0 30px;
  line-height: 23px;
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
}

.pointer-box {
  cursor: pointer;
}

.sf-menu>li>a {
  font-size: 17px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.sf-menu>li>a:after {
  display: none;
}


.swiper-container, .homeslider.swiper-wrapper
{
  max-width: 100% !important;
  max-height: 600px !important;
  height: 100% !important;
}

.contact-infos-address, .contact-infos-phone, .contact-infos-mail
{
  display: flex;
  align-items: flex-start;
  line-height: 18px;
}

.contact-infos-address::before, .contact-infos-phone::before, .contact-infos-mail::before
{
  width: 18px;
  height: 18px;
  margin-right: 8px;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.contact-infos-address::before
{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17.977' height='17.959' viewBox='0 0 17.977 17.959'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1090' data-name='Rectangle 1090' width='17.977' height='17.959' fill='%23fed95c'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_5456' data-name='Group 5456' transform='translate(0 0)'%3E%3Cg id='Group_5455' data-name='Group 5455' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3108' data-name='Path 3108' d='M17.972,19.72,16.5,9.448a.551.551,0,0,0-.545-.473h-.734a.55.55,0,1,0,0,1.1h.257l1.252,8.76L13.271,17.1a.547.547,0,0,0-.469-.011l-3.813,1.69-3.813-1.69a.552.552,0,0,0-.469.011L1.244,18.836,2.5,10.076h.256a.55.55,0,1,0,0-1.1H2.018a.55.55,0,0,0-.544.473L.006,19.72a.551.551,0,0,0,.791.57l4.17-2.085,3.8,1.683a.548.548,0,0,0,.445,0l3.8-1.683,4.171,2.085a.551.551,0,0,0,.791-.57' transform='translate(0 -2.389)' fill='%23fed95c'/%3E%3Cpath id='Path_3109' data-name='Path 3109' d='M10.233,15l.39-.392c.211-.212,5.171-5.244,5.171-9.042a5.561,5.561,0,0,0-11.122,0C4.664,9.381,9.632,14.394,9.843,14.6Zm0-13.895a4.466,4.466,0,0,1,4.461,4.461c0,2.777-3.31,6.607-4.461,7.855-1.154-1.244-4.465-5.061-4.46-7.855A4.466,4.466,0,0,1,10.232,1.1' transform='translate(-1.244 0)' fill='%23fed95c'/%3E%3Cpath id='Path_3110' data-name='Path 3110' d='M14.052,6.322A2.828,2.828,0,1,0,11.224,9.15a2.831,2.831,0,0,0,2.828-2.828m-4.555,0a1.727,1.727,0,1,1,1.727,1.727A1.729,1.729,0,0,1,9.5,6.322' transform='translate(-2.235 -0.93)' fill='%23fed95c'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.contact-infos-phone::before
{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17.977' height='17.992' viewBox='0 0 17.977 17.992'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1069' data-name='Rectangle 1069' width='17.977' height='17.992' fill='%23fed95c'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_5432' data-name='Group 5432' transform='translate(0 0)'%3E%3Cg id='Group_5431' data-name='Group 5431' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3104' data-name='Path 3104' d='M17.569,13.225c-.116-.116-.194-.152-1.2-.549-.692-.274-1.555-.614-2.081-.871a1.387,1.387,0,0,0-1.8.469l-.377.65a.394.394,0,0,1-.231.18c-.531.064-2.644-1.592-4.014-2.962C6.44,8.717,4.751,6.564,4.785,6.04a.392.392,0,0,1,.18-.24l.653-.379a1.389,1.389,0,0,0,.468-1.8A16.026,16.026,0,0,1,5.17,1.088,1.408,1.408,0,0,0,3.592.054L.868.663a1.036,1.036,0,0,0-.668.5l0,0A2.027,2.027,0,0,0,.06,2.564,18.949,18.949,0,0,0,5.336,12.7a18.651,18.651,0,0,0,10.121,5.252,3.9,3.9,0,0,0,.577.051,1.557,1.557,0,0,0,.806-.195,1.03,1.03,0,0,0,.5-.668l.609-2.726a1.288,1.288,0,0,0-.382-1.186M1.184,1.733l-.014.011L.686,1.458Zm15.064,15.1a1.553,1.553,0,0,1-.623-.009,17.488,17.488,0,0,1-9.488-4.933A17.825,17.825,0,0,1,1.175,2.366a1.105,1.105,0,0,1-.007-.608l2.665-.6c.05-.008.2.09.268.31a16.812,16.812,0,0,0,.966,2.646.276.276,0,0,1-.026.329L4.4,4.821a1.53,1.53,0,0,0-.71.942c-.348,1.366,2.752,4.554,3.377,5.18.372.371,3.674,3.616,5.081,3.262a1.531,1.531,0,0,0,.946-.711l.375-.645a.278.278,0,0,1,.329-.025c.565.276,1.449.626,2.16.906.333.131.7.278.857.347a.138.138,0,0,1,.034.094Z' transform='translate(0 -0.007)' fill='%23fed95c'/%3E%3Cpath id='Path_3105' data-name='Path 3105' d='M11.7,4.147a4.812,4.812,0,0,1,4.806,4.806.567.567,0,1,0,1.134,0,5.947,5.947,0,0,0-5.94-5.94.567.567,0,0,0,0,1.134' transform='translate(-2.719 -0.736)' fill='%23fed95c'/%3E%3Cpath id='Path_3106' data-name='Path 3106' d='M11.7,1.134a7.092,7.092,0,0,1,7.083,7.083.567.567,0,1,0,1.134,0A8.226,8.226,0,0,0,11.7,0a.567.567,0,0,0,0,1.134' transform='translate(-2.719 0)' fill='%23fed95c'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.contact-infos-mail::before
{
  background-image: url("data:image/svg+xml,%3Csvg id='Group_5434' data-name='Group 5434' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18.515' height='18.388' viewBox='0 0 18.515 18.388'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1070' data-name='Rectangle 1070' width='18.515' height='18.388' fill='%23fed95c'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_5433' data-name='Group 5433' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3107' data-name='Path 3107' d='M18.512,5.71s0-.009,0-.014-.014-.034-.017-.052a.559.559,0,0,0-.054-.175A.59.59,0,0,0,18.4,5.4a.566.566,0,0,0-.118-.119c-.014-.01-.021-.026-.036-.036L9.945.194a1.317,1.317,0,0,0-1.375,0L.272,5.245c-.015.01-.022.026-.036.036A.566.566,0,0,0,.118,5.4a.59.59,0,0,0-.047.07.56.56,0,0,0-.054.175C.014,5.662,0,5.677,0,5.7s0,.01,0,.014,0,.012,0,.019V17.065a1.324,1.324,0,0,0,1.323,1.323h15.87a1.324,1.324,0,0,0,1.323-1.323V5.729c0-.007,0-.012,0-.019M9.159,1.162a.188.188,0,0,1,.2,0l7.6,4.625L9.374,11.72a.186.186,0,0,1-.233,0L1.561,5.788Zm8.033,16.092H1.323a.191.191,0,0,1-.189-.189V6.893l7.309,5.719a1.323,1.323,0,0,0,1.631,0l7.309-5.719V17.065a.191.191,0,0,1-.189.189' transform='translate(0 0)' fill='%23fed95c'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.slider-controls
{
  display: flex;
  gap: 0 10px;
  position: absolute;
  right: 0;
}

.block-header
{
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #D1D1D1;
  position: relative;
  width: 100%;
}

.block-title
{
  font-size: 30px;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
  position: relative;
}

.block-title::after
{
  position: absolute;
  width: 100%;
  content: '';
  height: 5px;
  bottom: -2.5px;
  left: 0;
  background-color: #FED95C;
}

.slider-nav-next, .slider-nav-prev, .slick-next, .slick-prev,
body .ets-ttn-list-reviews-slide button.slick-arrow 
{
  width: 40px;
  height: 40px;
  background-color: #fbfbfb;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.071' height='13.841' viewBox='0 0 8.071 13.841'%3E%3Cpath id='Path_2575' data-name='Path 2575' d='M1.151,0a.438.438,0,0,1,.319.138L6.92,5.589,12.371.138a.436.436,0,0,1,.638,0L13.7.832a.436.436,0,0,1,0,.638L7.24,7.933a.437.437,0,0,1-.638,0L.138,1.47A.445.445,0,0,1,0,1.151.439.439,0,0,1,.139.832L.832.138A.436.436,0,0,1,1.151,0' transform='translate(8.071) rotate(90)' fill='%23000'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
}

.slider-nav-prev, .slick-next
{
  transform: rotate(180deg);
}

.slider-nav-next:hover, .slider-nav-prev:hover, .slick-next:hover, .slick-prev:hover
{
  filter: invert(1);
  cursor: pointer;
}

#manufacturer-slider .swiper-slide
{
  max-height: 130px !important;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  overflow: hidden;
}

#manufacturer-slider .swiper-slide:hover
{
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.08);
}

#manufacturer-slider .swiper-slide a
{
  width: 100%;
  display: flex;
  justify-content: center;
}

#manufacturer-slider .swiper-slide img
{
  max-height: 130px;
}

.home-container .swiper-wrapper
{
  max-height: 100%;
  height: 100%;
  display: flex;
}

.home-container .swiper-container
{
  width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}

.home-container ul.product_list.grid
{
  flex-flow: row nowrap;
}

.home-container .swiper-container 
{
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}

.home-container.homefeatured
{
  margin-top: 40px;
  padding: 0;
}

.home-container .price.product-price
{
  font-size: 21px;
}

.home-container .price.product-price.reducted-price, .slick-slide .price.product-price.reducted-price
{
  background-color: #FED95C;
}

.slick-slider .right-block
{
  align-items: center;
}

.home-container .old-price, .slick-slide .old-price
{
  font-size: 15px;
  color: #000;
}

.home-container .content_price
{
  margin-bottom: 20px !important;
  padding: 0 !important;
}

.home-container .product-name:hover
{
  text-decoration: underline;
}

.home-container .aeuc_tax_label, .slick-slide .aeuc_tax_label
{
  color: #000;
}

.swiper-pagination, .slick-dots
{
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  padding-top: 30px;
}

.slick-dots li
{
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination .swiper-pagination-bullet, .slick-dots li button
{
  width: 12px;
  height: 12px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #8F8F8F;
  opacity: 1;
  font-size: 0px;
  padding: 0;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .slick-dots li.slick-active button
{
  width: 18px;
  height: 18px;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .slick-dots li.slick-active button::after
{
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}

#homefeatured-slider.swiper-container .img-responsive
{
  margin: 30px auto;
}

#homefeatured-slider.swiper-container .price-percent-reduction
{
  display: none;
}

.homeslider-container.swiper-slide
{
  max-height: 600px;
}

.manufacturer-slider-container
{
  order: 30;
  margin: 60px auto;
}

.home-container
{
  margin: 45px 0;
}

.company-desc-item
{
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}

.company-desc-icon
{
  width: 100px;
  height: 100px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 25px;
}

.company-desc-icon.face
{
  background-image: url("data:image/svg+xml,%3Csvg id='Group_5501' data-name='Group 5501' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='104.701' height='98.111' viewBox='0 0 104.701 98.111'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1117' data-name='Rectangle 1117' width='104.701' height='98.111'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_5500' data-name='Group 5500' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3141' data-name='Path 3141' d='M103.987,49.054A49.056,49.056,0,1,0,54.931,98.111a49.111,49.111,0,0,0,49.056-49.056m-93.625,0a44.569,44.569,0,1,1,44.57,44.57,44.569,44.569,0,0,1-44.57-44.57' transform='translate(-2.58)'/%3E%3Cpath id='Path_3142' data-name='Path 3142' d='M84.221,47.029a78.2,78.2,0,0,0-13.343,1.085C58.128,50.368,58.088,52.33,52.35,52.33s-5.779-1.962-18.528-4.216A78.222,78.222,0,0,0,20.48,47.029,72.352,72.352,0,0,0,0,49.707l.793,7.368s3.184.16,4.243,4.453c1.933,7.836,3.688,11.226,6.947,14.1C15.67,78.872,21.342,80.3,26.708,80.3c4.748,0,9.254-1.118,11.938-3.08,5.387-3.941,7.072-7.308,8.8-14,1.248-4.831,4.494-4.973,4.869-4.973h.072c.372,0,3.619.142,4.867,4.973,1.728,6.688,3.415,10.055,8.8,14,2.683,1.962,7.193,3.08,11.939,3.08,5.366,0,11.038-1.429,14.726-4.677,3.258-2.87,5.012-6.26,6.946-14.1,1.06-4.293,4.243-4.453,4.243-4.453l.794-7.368a72.4,72.4,0,0,0-20.48-2.678M43.647,62.244c-1.544,5.974-2.819,8.518-7.319,11.811-1.929,1.41-5.705,2.323-9.62,2.323-4.969,0-9.5-1.384-12.132-3.7-2.328-2.05-3.853-4.481-5.732-12.089-1.232-5,.667-9.635,11.636-9.635a74.268,74.268,0,0,1,12.66,1.025c1.789.316,3.315.625,4.632.925,5.818,1.315,7.029,4.871,5.875,9.34m52.208-1.655c-1.879,7.608-3.4,10.04-5.73,12.089-2.628,2.315-7.164,3.7-12.133,3.7-3.914,0-7.692-.912-9.621-2.323-4.5-3.293-5.773-5.836-7.317-11.811-1.155-4.469.057-8.025,5.875-9.34,1.318-.3,2.843-.61,4.632-.925a74.263,74.263,0,0,1,12.66-1.025c10.967,0,12.867,4.636,11.634,9.635' transform='translate(0 -20.655)'/%3E%3Cpath id='Path_3143' data-name='Path 3143' d='M93.47,121.8a31.726,31.726,0,0,1-21.226,8.483A31.726,31.726,0,0,1,51.018,121.8H45.294c7.1,8.047,16.565,12.969,26.95,12.969S92.1,129.847,99.193,121.8Z' transform='translate(-19.893 -53.494)'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.company-desc-icon.basket
{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.319' height='103.622'%3E%3Cg data-name='Group 5579'%3E%3Cg data-name='Group 5578'%3E%3Cpath data-name='Path 3187' d='M25.11 52.613a8.971 8.971 0 0 1-2.71 7.488c-2.673 2.627-6.37 3.858-9.687 5.431-1.977.938-4.926 2.394-4.972 4.7-.057 1.584 2.062 2.663 3.3 3.327.035 1.383.07 2.763.1 4.149a17.267 17.267 0 0 1-5.48-3.24c-2.733-2.612-2.447-6.551.007-9.249 3.132-3.444 8.057-4.468 11.842-6.972 3.49-2.309 4.022-5.779.382-8.115q-.366-.234-.74-.453.075-2.853.15-5.726a28.731 28.731 0 0 1 3.168 1.864c2.351 1.626 4.29 3.869 4.64 6.8m-8.339 23.855c-.1-.057-.208-.112-.313-.168q-.046 1.872-.089 3.748c.376.214.747.437 1.1.683 1.511 1.044 2.942 2.845 1.887 4.729-1 1.784-3.489 2.609-5.227 3.443-3.168 1.522-8.429 4.217-7.029 8.629 2.235-7.047 14.69-4.816 15.5-12.92.391-3.915-2.744-6.431-5.831-8.144m13.866-47.771c-.735 1.73-7.963 1.234-10.758.084a6.015 6.015 0 0 1-1.961-1.566c-5.227-.136-13.084 1.142-11.947 7.86.4 2.364 2.227 3.958 4.2 5.186q.079 3.126.161 6.234a26.022 26.022 0 0 1-5.154-2.869A12.141 12.141 0 0 1 .123 32.119c1.426-9.756 12.2-11.34 20.423-10.706a7.561 7.561 0 0 1 3.946-.057c2.892.872 6.718 5.992 6.143 7.346m-4.665-4a.737.737 0 1 0-.693.778.74.74 0 0 0 .693-.778M34 31.311a2.07 2.07 0 0 0-1.152-.505 2.944 2.944 0 0 1-1.172-.531c-.327-.246-.61-.549-.94-.789a2.31 2.31 0 0 0 1.37 2c.467.185.965.111 1.434.256.342.106.537.417.778.656A1.406 1.406 0 0 0 34 31.311M15.656 58.252c-1.017.559-2.095 1.057-3.217 1.573l-.492.226q-.156-5.883-.312-11.765l-.045-1.719q-.226-8.632-.428-17.264a19.536 19.536 0 0 1 5.252-.817q-.343 14.883-.758 29.766m-4.8-43.74c.037 2.036.083 4.071.125 6.107a31.8 31.8 0 0 1 5.624-.581c.038-1.842.079-3.684.113-5.526a7.894 7.894 0 0 1-5.862 0m1.9 79.013q.087 4.359.159 8.718c.013.77.043 1.38.85 1.38h.029c.808 0 .838-.61.851-1.38q.078-4.771.176-9.542c-.707.269-1.4.537-2.066.825m1.945-5.925.219-.1q.243-11.09.538-22.18l-.19.084c-.719.317-1.463.645-2.169.98-.29.138-.628.3-.984.479q.283 10.856.522 21.712c.393-.2.757-.373 1.072-.524s.646-.3.993-.453m-.915-75.716a9.159 9.159 0 0 1-6.58-2.641 7.047 7.047 0 0 0 13.165 0 9.159 9.159 0 0 1-6.582 2.642M13.788.001a5.268 5.268 0 1 0 5.268 5.268A5.268 5.268 0 0 0 13.788.001'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.company-desc-icon.glasses-box
{
  background-image: url("data:image/svg+xml,%3Csvg id='Group_5486' data-name='Group 5486' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100.193' height='71.358' viewBox='0 0 100.193 71.358'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1097' data-name='Rectangle 1097' width='100.193' height='71.358'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_5460' data-name='Group 5460' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3116' data-name='Path 3116' d='M76.4,52.679H23.792C12.314,52.679,1.984,44,.275,32.921-.86,25.584,1.78,21.706,3.358,19.391a13.554,13.554,0,0,0,.8-1.257,2.1,2.1,0,1,1,3.727,1.931,17.75,17.75,0,0,1-1.058,1.69C5.363,23.9,3.541,26.577,4.422,32.281c1.379,8.932,10.068,16.2,19.369,16.2H76.4c9.3,0,17.988-7.268,19.369-16.2.879-5.7-.942-8.378-2.407-10.527a17.338,17.338,0,0,1-1.058-1.69,2.1,2.1,0,1,1,3.727-1.931,13.281,13.281,0,0,0,.8,1.257c1.578,2.315,4.219,6.193,3.085,13.531C98.208,44,87.878,52.679,76.4,52.679' transform='translate(0 18.679)'/%3E%3Cpath id='Path_3117' data-name='Path 3117' d='M76.284,33.541H17.517A17.879,17.879,0,0,1,3.361,26.4a2.1,2.1,0,1,1,3.293-2.6,13.757,13.757,0,0,0,10.863,5.545H76.284a13.954,13.954,0,0,0,10.863-5.587,2.1,2.1,0,0,1,3.293,2.6,17.9,17.9,0,0,1-14.156,7.182' transform='translate(3.196 25.224)'/%3E%3Cpath id='Path_3118' data-name='Path 3118' d='M5.97,13.252A2.1,2.1,0,0,1,5.2,9.2,30.434,30.434,0,0,1,16.464,7H75.229A30.789,30.789,0,0,1,86.487,9.16a2.1,2.1,0,0,1-1.53,3.91,26.585,26.585,0,0,0-9.728-1.87H16.464a26.246,26.246,0,0,0-9.73,1.912,2.127,2.127,0,0,1-.764.141' transform='translate(4.251 7.691)'/%3E%3Cpath id='Path_3119' data-name='Path 3119' d='M12.285,31.354a2.067,2.067,0,0,1-.5-.061c-3.744-.923-8.519-3.24-10.689-6.985a7.113,7.113,0,0,1-.8-5.625l.252-.9C2.146,12.008,5.47,0,22.776,0H77.344C94.651,0,97.975,12.008,99.572,17.78l.252.9a7.089,7.089,0,0,1-.789,5.606c-2.16,3.723-6.941,6.038-10.7,6.959a2.1,2.1,0,1,1-1-4.074c3.608-.888,6.85-2.894,8.068-4.991a2.918,2.918,0,0,0,.386-2.344l-.264-.942c-1.62-5.853-4.069-14.7-18.182-14.7H22.776C8.664,4.2,6.215,13.045,4.595,18.9l-.264.942A2.95,2.95,0,0,0,4.723,22.2c1.226,2.111,4.464,4.128,8.061,5.014a2.1,2.1,0,0,1-.5,4.137' transform='translate(0.035 0.001)'/%3E%3Cpath id='Path_3120' data-name='Path 3120' d='M28.906,32.889H16.313a9.444,9.444,0,1,1,0-18.889H28.906a9.444,9.444,0,0,1,0,18.889M16.313,18.2a5.247,5.247,0,0,0,0,10.494H28.906a5.247,5.247,0,1,0,0-10.494Z' transform='translate(7.547 15.383)'/%3E%3Cpath id='Path_3121' data-name='Path 3121' d='M46.906,32.889H34.313a9.444,9.444,0,0,1,0-18.889H46.906a9.444,9.444,0,1,1,0,18.889M34.313,18.2a5.247,5.247,0,1,0,0,10.494H46.906a5.247,5.247,0,1,0,0-10.494Z' transform='translate(27.325 15.383)'/%3E%3Cpath id='Path_3122' data-name='Path 3122' d='M32.462,20.2H21.968a2.1,2.1,0,1,1,0-4.2H32.462a2.1,2.1,0,0,1,0,4.2' transform='translate(21.831 17.58)'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.company-desc-icon.glasses
{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='105' height='70.493' viewBox='0 0 105 70.493'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1098' data-name='Rectangle 1098' width='105' height='70.493'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_5487' data-name='Group 5487' transform='translate(0 0)'%3E%3Cg id='Group_5462' data-name='Group 5462' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_3123' data-name='Path 3123' d='M23.725,54.993A21.207,21.207,0,1,1,44.932,33.786,21.232,21.232,0,0,1,23.725,54.993m0-37.95A16.743,16.743,0,1,0,40.468,33.786,16.76,16.76,0,0,0,23.725,17.044' transform='translate(3.103 15.501)'/%3E%3Cpath id='Path_3124' data-name='Path 3124' d='M12.75,38.439a2.232,2.232,0,0,1,0-4.465A11.176,11.176,0,0,0,23.912,22.81a2.232,2.232,0,1,1,4.465,0A15.645,15.645,0,0,1,12.75,38.439' transform='translate(12.962 25.358)'/%3E%3Cpath id='Path_3125' data-name='Path 3125' d='M35.75,38.439a2.232,2.232,0,1,1,0-4.465A11.176,11.176,0,0,0,46.912,22.81a2.232,2.232,0,0,1,4.465,0A15.645,15.645,0,0,1,35.75,38.439' transform='translate(41.306 25.358)'/%3E%3Cpath id='Path_3126' data-name='Path 3126' d='M10.086,41.475H0l1.337-3.114C1.842,37.186,13.742,9.5,17.173,4.5A11.185,11.185,0,0,1,27.795.105,10.371,10.371,0,0,1,36.43,7.264a2.233,2.233,0,0,1-4.224,1.451A5.973,5.973,0,0,0,27.192,4.53a6.723,6.723,0,0,0-6.335,2.489C18.506,10.445,10.845,27.665,6.784,37.01h3.3a2.232,2.232,0,0,1,0,4.465' transform='translate(0 -0.001)'/%3E%3Cpath id='Path_3127' data-name='Path 3127' d='M46.725,54.993A21.207,21.207,0,1,1,67.932,33.786,21.232,21.232,0,0,1,46.725,54.993m0-37.95A16.743,16.743,0,1,0,63.468,33.786,16.76,16.76,0,0,0,46.725,17.044' transform='translate(31.447 15.501)'/%3E%3Cpath id='Path_3128' data-name='Path 3128' d='M41.127,23.337a2.221,2.221,0,0,1-1.2-.348l-7.771-4.945H28.992l-7.771,4.945a2.233,2.233,0,0,1-2.4-3.768l8.867-5.641h5.766l8.869,5.641a2.233,2.233,0,0,1-1.2,4.116' transform='translate(21.923 16.733)'/%3E%3Cpath id='Path_3129' data-name='Path 3129' d='M67.213,41.473H57.128a2.232,2.232,0,0,1,0-4.465h3.3c-4.061-9.345-11.722-26.565-14.07-29.991a6.73,6.73,0,0,0-6.338-2.489,5.971,5.971,0,0,0-5.014,4.186,2.233,2.233,0,0,1-4.224-1.451A10.371,10.371,0,0,1,39.419.1,11.211,11.211,0,0,1,50.04,4.495c3.433,5,15.332,32.69,15.836,33.865Z' transform='translate(37.787 0)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.company-desc1 {
  padding: 25px calc((100vw - 100%) / 2);
  box-sizing: content-box;
  width: 100%;
  order: 2;
  display: flex;
  margin: 45px 0 45px 50%;
  transform: translateX(-50%);
  background-color: #FED95C;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='403.777' height='813.736' viewBox='0 0 403.777 813.736'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1030' data-name='Rectangle 1030' width='403.777' height='813.736' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_5443' data-name='Group 5443' transform='translate(-983 -1400)' opacity='0.2'%3E%3Cg id='Group_5395' data-name='Group 5395' transform='translate(983 1400)'%3E%3Cg id='Group_5394' data-name='Group 5394' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_2708' data-name='Path 2708' d='M289.965,711.59c.214-.256.474-.556.729-.816,8.666-10.038,16.945-20.421,24.668-31.1a5.57,5.57,0,0,0,.643-.9q11.905-16.41,22.266-33.676c.214-.346.387-.646.556-.988q10.812-18.016,19.779-36.893c.173-.346.342-.688.515-1.03q9.651-20.271,17.246-41.357c.128-.387.259-.774.428-1.2a455.27,455.27,0,0,0,14.675-50.019v-.045a5.731,5.731,0,0,0,.342-1.458v-.041a463.644,463.644,0,0,0,11.969-105.195,463.634,463.634,0,0,0-11.969-105.191v-.041a5.731,5.731,0,0,0-.342-1.458v-.045a455.33,455.33,0,0,0-14.675-50.023c-.169-.428-.3-.815-.428-1.2q-7.593-21.111-17.246-41.357c-.173-.342-.342-.688-.515-1.03q-9.008-18.856-19.779-36.893a10.432,10.432,0,0,0-.556-.988Q327.91,151.4,316,134.966a5.572,5.572,0,0,0-.643-.9c-7.723-10.684-16-21.064-24.668-31.1-.256-.259-.515-.56-.729-.815q-10.744-12.294-22.394-23.984c-1.586-1.586-3.176-3.172-4.807-4.675a4.895,4.895,0,0,0-.812-.815q-14.29-13.9-29.561-26.34c-.256-.214-.556-.428-.815-.643q-15.57-12.745-32.131-23.9a4.108,4.108,0,0,0-.857-.6Q181.791,9.737,164.053,0,149.769,14.735,136.77,30.286a5.114,5.114,0,0,0-.646.774q-13.061,15.507-24.8,31.789a2.914,2.914,0,0,0-.556.77Q98.928,79.837,88.419,96.784a332.921,332.921,0,0,1,34.664,19.346,4.971,4.971,0,0,1,.815.474,337.636,337.636,0,0,1,32.218,23.337c.259.173.515.387.774.6a337.262,337.262,0,0,1,29.643,27.37,5.8,5.8,0,0,1,.729.729,342.894,342.894,0,0,1,27.283,32.131,6.392,6.392,0,0,1,.6.861A331.317,331.317,0,0,1,239.9,239.9c.214.346.428.733.6,1.075a339.436,339.436,0,0,1,22.263,49.249,10.3,10.3,0,0,1,.515,1.5v.041a341.927,341.927,0,0,1,19.779,115.1,341.933,341.933,0,0,1-19.779,115.1v.041a10.306,10.306,0,0,1-.515,1.5A339.436,339.436,0,0,1,240.5,572.764c-.173.342-.387.729-.6,1.071A331.694,331.694,0,0,1,215.147,612.1a6.122,6.122,0,0,1-.6.857A342.46,342.46,0,0,1,187.262,645.1a6.055,6.055,0,0,1-.729.729,337.828,337.828,0,0,1-29.643,27.37,9.8,9.8,0,0,1-.774.6A338.289,338.289,0,0,1,123.9,697.132a4.972,4.972,0,0,1-.815.47c-.173-.256-.342-.556-.515-.812q-10.491-16.731-19.779-34.322c-.169-.3-.342-.643-.515-.943a4.991,4.991,0,0,0,.815-.515,298.642,298.642,0,0,0,32.176-24.066c.214-.173.474-.387.729-.6,5.75-4.934,11.368-10.169,16.776-15.573,4.5-4.506,8.794-9.094,12.954-13.815.259-.255.474-.515.688-.77A294.466,294.466,0,0,0,193.7,569.976a5.973,5.973,0,0,0,.643-.988,294.111,294.111,0,0,0,24.8-47.877c.214-.515.428-1.03.6-1.544a301.223,301.223,0,0,0,21.665-112.7,301.252,301.252,0,0,0-21.665-112.7c-.169-.515-.383-1.03-.6-1.545a294.419,294.419,0,0,0-24.8-47.877,6.11,6.11,0,0,0-.643-.985,294.184,294.184,0,0,0-27.283-36.209c-.214-.256-.428-.515-.688-.77-4.16-4.72-8.452-9.312-12.954-13.814-5.408-5.408-11.026-10.639-16.776-15.573-.256-.214-.515-.428-.729-.6a298.646,298.646,0,0,0-32.176-24.066,5,5,0,0,0-.815-.515,294.989,294.989,0,0,0-34.705-19.264q-9.329,17.5-17.332,35.607c-.128.3-.3.6-.428.9q-7.982,18.146-14.758,36.81c-.128.342-.259.684-.342.985-4.592,12.571-8.666,25.269-12.315,38.1-.086.346-.214.688-.3.988q-5.53,19.752-9.737,39.9c-.086.387-.173.733-.256,1.116C9.14,301.717,6.738,316.26,4.848,330.89c-.086.474-.128.9-.169,1.33a597.826,597.826,0,0,0,0,149.3c.041.428.083.857.169,1.33,1.89,14.626,4.292,29.17,7.253,43.541.083.387.169.733.256,1.116q4.183,20.141,9.737,39.9c.086.3.214.643.3.985,3.649,12.83,7.723,25.528,12.315,38.1a219.47,219.47,0,0,0,34.705-20.808,9.648,9.648,0,0,1,.815-.6,226.79,226.79,0,0,0,25.137-21.706c2.405-2.4,4.765-4.893,7.08-7.381.214-.256.474-.556.729-.815a222.036,222.036,0,0,0,29.775-41.7c.256-.428.515-.9.77-1.372a220.66,220.66,0,0,0,26.513-105.236,220.656,220.656,0,0,0-26.513-105.232c-.256-.474-.515-.943-.77-1.375a222.277,222.277,0,0,0-29.775-41.7,494.806,494.806,0,0,0-12.225,48.651,9.4,9.4,0,0,0-.259,1.458,511.074,511.074,0,0,0,0,196.4,9.478,9.478,0,0,0,.259,1.458c-.259.428-.515.815-.774,1.2A184.489,184.489,0,0,1,57.96,544.279c-.3.256-.556.47-.815.729a10.209,10.209,0,0,1-.342-1.2q-5.857-22.65-9.782-46.118c-.086-.47-.173-.943-.214-1.413a551.56,551.56,0,0,1,0-178.811c.041-.474.128-.943.214-1.417q3.923-23.422,9.782-46.118a10.143,10.143,0,0,1,.342-1.2c3.563-13.773,7.678-27.37,12.27-40.669.128-.346.214-.688.342-.988q6.691-19.307,14.8-37.922c.128-.346.3-.646.428-.988.256.173.556.342.815.515a265.8,265.8,0,0,1,32.218,25.656,5.714,5.714,0,0,1,.729.684,261.574,261.574,0,0,1,29.73,32.992c.256.3.474.6.688.9a259.206,259.206,0,0,1,27.325,45.044V294a10.25,10.25,0,0,1,.646,1.413,261.133,261.133,0,0,1,24.754,111.455,261.12,261.12,0,0,1-24.754,111.455,10.087,10.087,0,0,1-.646,1.417v.041a259.239,259.239,0,0,1-27.325,45.047c-.214.3-.432.6-.688.9a261.54,261.54,0,0,1-29.73,32.988,5.485,5.485,0,0,1-.729.688A265.8,265.8,0,0,1,85.8,625.061c-.259.169-.56.342-.815.515a251.547,251.547,0,0,1-34.75,19.606q8.044,18.078,17.332,35.607a9.026,9.026,0,0,0,.474.9q9.262,17.5,19.82,34.408a9.212,9.212,0,0,0,.556.857q10.491,16.922,22.353,33.161A377.755,377.755,0,0,0,145.39,730.38a9.494,9.494,0,0,0,.857-.556,372.855,372.855,0,0,0,32.135-23.168,4.886,4.886,0,0,0,.729-.6,366.338,366.338,0,0,0,29.643-26.509,6.838,6.838,0,0,0,.774-.774,8.549,8.549,0,0,0,.643-.6q14.093-14.093,26.6-29.388c.214-.256.428-.515.643-.812a383.974,383.974,0,0,0,24.754-34.236c.214-.3.383-.6.6-.9a372.664,372.664,0,0,0,22.266-40.068,9.385,9.385,0,0,0,.56-1.116,367.511,367.511,0,0,0,19.733-50.538c.169-.515.342-1.03.47-1.544a384.718,384.718,0,0,0,16.776-112.7,384.755,384.755,0,0,0-16.776-112.7c-.128-.515-.3-1.03-.47-1.545a367.468,367.468,0,0,0-19.733-50.534,9.106,9.106,0,0,0-.56-1.116A372.3,372.3,0,0,0,262.765,200.9c-.214-.3-.383-.6-.6-.9a383.974,383.974,0,0,0-24.754-34.236c-.214-.3-.428-.556-.643-.815q-12.486-15.248-26.6-29.384a7.239,7.239,0,0,0-.643-.6,6.54,6.54,0,0,0-.774-.774,367.1,367.1,0,0,0-29.643-26.513,4.861,4.861,0,0,0-.729-.6,372.858,372.858,0,0,0-32.135-23.168,8.725,8.725,0,0,0-.857-.556c.214-.259.387-.56.6-.815q11.776-16.026,24.754-31.147c.214-.259.428-.474.643-.729a5.883,5.883,0,0,1,.857.556c11.113,7.253,21.793,15.058,32.135,23.337a5.1,5.1,0,0,1,.77.646c10.3,8.192,20.166,16.945,29.6,26.126a3.643,3.643,0,0,1,.815.815q14.284,13.833,27.2,29.042c.259.259.474.515.688.774q13.129,15.44,24.709,32.131a5.554,5.554,0,0,1,.6.857,405.134,405.134,0,0,1,22.225,35.822,3.927,3.927,0,0,1,.556.988,406.892,406.892,0,0,1,19.779,40.8v.045c.169.428.342.77.515,1.157A417.2,417.2,0,0,1,349.038,294a9.79,9.79,0,0,1,.432,1.5,423.906,423.906,0,0,1,14.758,111.369A423.863,423.863,0,0,1,349.47,518.235a9.829,9.829,0,0,1-.432,1.5,417.424,417.424,0,0,1-17.2,50.237c-.173.387-.346.729-.515,1.157v.041a406.567,406.567,0,0,1-19.779,40.8,3.842,3.842,0,0,1-.556.984,404.036,404.036,0,0,1-22.225,35.822,5.773,5.773,0,0,1-.6.86q-11.578,16.663-24.709,32.131c-.214.259-.428.515-.688.774q-12.869,15.186-27.2,29.042a3.724,3.724,0,0,1-.815.815c-9.436,9.181-19.3,17.933-29.6,26.126a4.855,4.855,0,0,1-.77.643c-10.342,8.283-21.022,16.088-32.135,23.337a5.6,5.6,0,0,1-.857.56c-11.154,7.336-22.736,14.156-34.619,20.376q13,15.507,27.283,30.29,17.695-9.718,34.536-21.2a3.954,3.954,0,0,0,.857-.6q16.539-11.133,32.131-23.9c.259-.214.56-.428.815-.643q15.254-12.486,29.561-26.34a4.9,4.9,0,0,0,.812-.815c1.631-1.5,3.221-3.089,4.807-4.679,7.764-7.764,15.231-15.788,22.394-23.98' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: repeat(3, auto);
}

.company-desc1 > img { grid-area: 1 / 1 / 2 / 5; margin: 0 auto; padding-top: 20px; }
.company-desc1 h3 { grid-area: 2 / 1 / 3 / 5; align-self: center; text-align: center; font-size: 30px; }
.company-desc1 p { font-size: 18px; line-height: 24px; font-weight: 700; text-align: center; padding-top: 25px;}

.company-ad
{
  width: 100vw;
  margin: 45px 0 45px 50%;
  transform: translateX(-50%);
  display: flex;
  order: 4;
  overflow: hidden;
}

.company-ad img, .company-ad .company-ad-item, .company-faq img, .company-ad .company-faq-item
{
  flex-basis: 50%;
  max-width: 50%;
}

.company-ad li
{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

.company-ad li::before
{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.022' height='12.021' viewBox='0 0 12.022 12.021'%3E%3Cpath id='Union_7' data-name='Union 7' d='M174,23V13h7v2h-5v8Z' transform='translate(118.794 144.25) rotate(-135)'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
}

.company-ad .company-ad-item
{
  display: flex;
  flex-flow: column nowrap;
  padding-left: 80px;
  padding-top: 100px;
  background: #FED95C url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='403.777' height='813.736' viewBox='0 0 403.777 813.736'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1030' data-name='Rectangle 1030' width='403.777' height='813.736' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_5443' data-name='Group 5443' transform='translate(-983 -1400)' opacity='0.2'%3E%3Cg id='Group_5395' data-name='Group 5395' transform='translate(983 1400)'%3E%3Cg id='Group_5394' data-name='Group 5394' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_2708' data-name='Path 2708' d='M289.965,711.59c.214-.256.474-.556.729-.816,8.666-10.038,16.945-20.421,24.668-31.1a5.57,5.57,0,0,0,.643-.9q11.905-16.41,22.266-33.676c.214-.346.387-.646.556-.988q10.812-18.016,19.779-36.893c.173-.346.342-.688.515-1.03q9.651-20.271,17.246-41.357c.128-.387.259-.774.428-1.2a455.27,455.27,0,0,0,14.675-50.019v-.045a5.731,5.731,0,0,0,.342-1.458v-.041a463.644,463.644,0,0,0,11.969-105.195,463.634,463.634,0,0,0-11.969-105.191v-.041a5.731,5.731,0,0,0-.342-1.458v-.045a455.33,455.33,0,0,0-14.675-50.023c-.169-.428-.3-.815-.428-1.2q-7.593-21.111-17.246-41.357c-.173-.342-.342-.688-.515-1.03q-9.008-18.856-19.779-36.893a10.432,10.432,0,0,0-.556-.988Q327.91,151.4,316,134.966a5.572,5.572,0,0,0-.643-.9c-7.723-10.684-16-21.064-24.668-31.1-.256-.259-.515-.56-.729-.815q-10.744-12.294-22.394-23.984c-1.586-1.586-3.176-3.172-4.807-4.675a4.895,4.895,0,0,0-.812-.815q-14.29-13.9-29.561-26.34c-.256-.214-.556-.428-.815-.643q-15.57-12.745-32.131-23.9a4.108,4.108,0,0,0-.857-.6Q181.791,9.737,164.053,0,149.769,14.735,136.77,30.286a5.114,5.114,0,0,0-.646.774q-13.061,15.507-24.8,31.789a2.914,2.914,0,0,0-.556.77Q98.928,79.837,88.419,96.784a332.921,332.921,0,0,1,34.664,19.346,4.971,4.971,0,0,1,.815.474,337.636,337.636,0,0,1,32.218,23.337c.259.173.515.387.774.6a337.262,337.262,0,0,1,29.643,27.37,5.8,5.8,0,0,1,.729.729,342.894,342.894,0,0,1,27.283,32.131,6.392,6.392,0,0,1,.6.861A331.317,331.317,0,0,1,239.9,239.9c.214.346.428.733.6,1.075a339.436,339.436,0,0,1,22.263,49.249,10.3,10.3,0,0,1,.515,1.5v.041a341.927,341.927,0,0,1,19.779,115.1,341.933,341.933,0,0,1-19.779,115.1v.041a10.306,10.306,0,0,1-.515,1.5A339.436,339.436,0,0,1,240.5,572.764c-.173.342-.387.729-.6,1.071A331.694,331.694,0,0,1,215.147,612.1a6.122,6.122,0,0,1-.6.857A342.46,342.46,0,0,1,187.262,645.1a6.055,6.055,0,0,1-.729.729,337.828,337.828,0,0,1-29.643,27.37,9.8,9.8,0,0,1-.774.6A338.289,338.289,0,0,1,123.9,697.132a4.972,4.972,0,0,1-.815.47c-.173-.256-.342-.556-.515-.812q-10.491-16.731-19.779-34.322c-.169-.3-.342-.643-.515-.943a4.991,4.991,0,0,0,.815-.515,298.642,298.642,0,0,0,32.176-24.066c.214-.173.474-.387.729-.6,5.75-4.934,11.368-10.169,16.776-15.573,4.5-4.506,8.794-9.094,12.954-13.815.259-.255.474-.515.688-.77A294.466,294.466,0,0,0,193.7,569.976a5.973,5.973,0,0,0,.643-.988,294.111,294.111,0,0,0,24.8-47.877c.214-.515.428-1.03.6-1.544a301.223,301.223,0,0,0,21.665-112.7,301.252,301.252,0,0,0-21.665-112.7c-.169-.515-.383-1.03-.6-1.545a294.419,294.419,0,0,0-24.8-47.877,6.11,6.11,0,0,0-.643-.985,294.184,294.184,0,0,0-27.283-36.209c-.214-.256-.428-.515-.688-.77-4.16-4.72-8.452-9.312-12.954-13.814-5.408-5.408-11.026-10.639-16.776-15.573-.256-.214-.515-.428-.729-.6a298.646,298.646,0,0,0-32.176-24.066,5,5,0,0,0-.815-.515,294.989,294.989,0,0,0-34.705-19.264q-9.329,17.5-17.332,35.607c-.128.3-.3.6-.428.9q-7.982,18.146-14.758,36.81c-.128.342-.259.684-.342.985-4.592,12.571-8.666,25.269-12.315,38.1-.086.346-.214.688-.3.988q-5.53,19.752-9.737,39.9c-.086.387-.173.733-.256,1.116C9.14,301.717,6.738,316.26,4.848,330.89c-.086.474-.128.9-.169,1.33a597.826,597.826,0,0,0,0,149.3c.041.428.083.857.169,1.33,1.89,14.626,4.292,29.17,7.253,43.541.083.387.169.733.256,1.116q4.183,20.141,9.737,39.9c.086.3.214.643.3.985,3.649,12.83,7.723,25.528,12.315,38.1a219.47,219.47,0,0,0,34.705-20.808,9.648,9.648,0,0,1,.815-.6,226.79,226.79,0,0,0,25.137-21.706c2.405-2.4,4.765-4.893,7.08-7.381.214-.256.474-.556.729-.815a222.036,222.036,0,0,0,29.775-41.7c.256-.428.515-.9.77-1.372a220.66,220.66,0,0,0,26.513-105.236,220.656,220.656,0,0,0-26.513-105.232c-.256-.474-.515-.943-.77-1.375a222.277,222.277,0,0,0-29.775-41.7,494.806,494.806,0,0,0-12.225,48.651,9.4,9.4,0,0,0-.259,1.458,511.074,511.074,0,0,0,0,196.4,9.478,9.478,0,0,0,.259,1.458c-.259.428-.515.815-.774,1.2A184.489,184.489,0,0,1,57.96,544.279c-.3.256-.556.47-.815.729a10.209,10.209,0,0,1-.342-1.2q-5.857-22.65-9.782-46.118c-.086-.47-.173-.943-.214-1.413a551.56,551.56,0,0,1,0-178.811c.041-.474.128-.943.214-1.417q3.923-23.422,9.782-46.118a10.143,10.143,0,0,1,.342-1.2c3.563-13.773,7.678-27.37,12.27-40.669.128-.346.214-.688.342-.988q6.691-19.307,14.8-37.922c.128-.346.3-.646.428-.988.256.173.556.342.815.515a265.8,265.8,0,0,1,32.218,25.656,5.714,5.714,0,0,1,.729.684,261.574,261.574,0,0,1,29.73,32.992c.256.3.474.6.688.9a259.206,259.206,0,0,1,27.325,45.044V294a10.25,10.25,0,0,1,.646,1.413,261.133,261.133,0,0,1,24.754,111.455,261.12,261.12,0,0,1-24.754,111.455,10.087,10.087,0,0,1-.646,1.417v.041a259.239,259.239,0,0,1-27.325,45.047c-.214.3-.432.6-.688.9a261.54,261.54,0,0,1-29.73,32.988,5.485,5.485,0,0,1-.729.688A265.8,265.8,0,0,1,85.8,625.061c-.259.169-.56.342-.815.515a251.547,251.547,0,0,1-34.75,19.606q8.044,18.078,17.332,35.607a9.026,9.026,0,0,0,.474.9q9.262,17.5,19.82,34.408a9.212,9.212,0,0,0,.556.857q10.491,16.922,22.353,33.161A377.755,377.755,0,0,0,145.39,730.38a9.494,9.494,0,0,0,.857-.556,372.855,372.855,0,0,0,32.135-23.168,4.886,4.886,0,0,0,.729-.6,366.338,366.338,0,0,0,29.643-26.509,6.838,6.838,0,0,0,.774-.774,8.549,8.549,0,0,0,.643-.6q14.093-14.093,26.6-29.388c.214-.256.428-.515.643-.812a383.974,383.974,0,0,0,24.754-34.236c.214-.3.383-.6.6-.9a372.664,372.664,0,0,0,22.266-40.068,9.385,9.385,0,0,0,.56-1.116,367.511,367.511,0,0,0,19.733-50.538c.169-.515.342-1.03.47-1.544a384.718,384.718,0,0,0,16.776-112.7,384.755,384.755,0,0,0-16.776-112.7c-.128-.515-.3-1.03-.47-1.545a367.468,367.468,0,0,0-19.733-50.534,9.106,9.106,0,0,0-.56-1.116A372.3,372.3,0,0,0,262.765,200.9c-.214-.3-.383-.6-.6-.9a383.974,383.974,0,0,0-24.754-34.236c-.214-.3-.428-.556-.643-.815q-12.486-15.248-26.6-29.384a7.239,7.239,0,0,0-.643-.6,6.54,6.54,0,0,0-.774-.774,367.1,367.1,0,0,0-29.643-26.513,4.861,4.861,0,0,0-.729-.6,372.858,372.858,0,0,0-32.135-23.168,8.725,8.725,0,0,0-.857-.556c.214-.259.387-.56.6-.815q11.776-16.026,24.754-31.147c.214-.259.428-.474.643-.729a5.883,5.883,0,0,1,.857.556c11.113,7.253,21.793,15.058,32.135,23.337a5.1,5.1,0,0,1,.77.646c10.3,8.192,20.166,16.945,29.6,26.126a3.643,3.643,0,0,1,.815.815q14.284,13.833,27.2,29.042c.259.259.474.515.688.774q13.129,15.44,24.709,32.131a5.554,5.554,0,0,1,.6.857,405.134,405.134,0,0,1,22.225,35.822,3.927,3.927,0,0,1,.556.988,406.892,406.892,0,0,1,19.779,40.8v.045c.169.428.342.77.515,1.157A417.2,417.2,0,0,1,349.038,294a9.79,9.79,0,0,1,.432,1.5,423.906,423.906,0,0,1,14.758,111.369A423.863,423.863,0,0,1,349.47,518.235a9.829,9.829,0,0,1-.432,1.5,417.424,417.424,0,0,1-17.2,50.237c-.173.387-.346.729-.515,1.157v.041a406.567,406.567,0,0,1-19.779,40.8,3.842,3.842,0,0,1-.556.984,404.036,404.036,0,0,1-22.225,35.822,5.773,5.773,0,0,1-.6.86q-11.578,16.663-24.709,32.131c-.214.259-.428.515-.688.774q-12.869,15.186-27.2,29.042a3.724,3.724,0,0,1-.815.815c-9.436,9.181-19.3,17.933-29.6,26.126a4.855,4.855,0,0,1-.77.643c-10.342,8.283-21.022,16.088-32.135,23.337a5.6,5.6,0,0,1-.857.56c-11.154,7.336-22.736,14.156-34.619,20.376q13,15.507,27.283,30.29,17.695-9.718,34.536-21.2a3.954,3.954,0,0,0,.857-.6q16.539-11.133,32.131-23.9c.259-.214.56-.428.815-.643q15.254-12.486,29.561-26.34a4.9,4.9,0,0,0,.812-.815c1.631-1.5,3.221-3.089,4.807-4.679,7.764-7.764,15.231-15.788,22.394-23.98' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center;
}

.company-ad-item a
{
  padding: 10px 20px;
  background-color: #000;
  color: white;
  width: max-content;
  font-weight: 700;
}

.company-ad-item h3, .company-faq-item h3
{
  text-transform: uppercase;
}

.company-faq
{
  display: flex;
  order: 5;
  margin: 45px 0;
  align-items: center;
}

.company-faq-item h3
{
  font-size: 24px;
}

.company-faq li
{
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-left: 10px;
}

.company-faq li::before
{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.022' height='12.021' viewBox='0 0 12.022 12.021'%3E%3Cpath id='Union_5' data-name='Union 5' d='M174,23V13h7v2h-5v8Z' transform='translate(118.794 144.25) rotate(-135)' fill='%23fed95c'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
}

.company-faq img
{
  margin: 30px 15px 0 30px;
  max-width: calc(100% - 45px);
  z-index: 2;
  position: relative;
}

.company-faq .content-wrapper
{
  max-width: 50%;
  width: 100%;
  position: relative;
}

.company-faq .block-decorator
{
  max-width: calc(100% - 45px);
  max-height: calc(100% - 30px);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #FED95C;
  content: '';
  display: block;
  z-index: 1;
}

.company-faq-item
{
  padding-left: 45px;
  max-width: 50%;
  width: 100%;
}

#columns #center_column .clearfix
{
  display: flex;
  flex-flow: column nowrap;
}

.ets_crosssell_list_blocks.displayspecificproducts { order: 1; }

.ets_crosssell_list_blocks.displaybestselling { order: 1; }

.home-container.bestsellers .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: repeat(2, minmax(0,1fr));
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}

.home-container.bestsellers .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: repeat(2, minmax(0,1fr));
  width: 100%;
  max-width: 100%;
}

.home-container.bestsellers
{
  order: 3;
}

@media (max-width: 991px)
{
  .home-container.bestsellers .swiper-wrapper
  {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (max-width: 991px)
{
  .home-container.bestsellers .swiper-wrapper
  {
    grid-template-columns: repeat(2, 50%);
  }
} 

#footer .container .row.d-flex.flex-wrap
{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 20%));
  grid-template-rows: repeat(2, auto);
}

#social_block .flex-row 
{
  justify-content: flex-start;
}

.mobile-header-main, .mobile-header-container
{
  display: none;
}

.slick-slide .availability, .slick-slide .price-percent-reduction, .home-container .swiper-slide .price-percent-reduction
{
  display: none !important;
}

.slick-slider
{
  display: block !important;
  position: relative;
}

.slick-list
{
  padding-top: 40px !important;
}

.slick-prev, .slick-next
{
  margin: 12px 0 !important;
  position: absolute;
  top: -64px !important;
  right: 52px;
  font-size: 0;
}

.slick-next
{
  right: 0px;
}

.slick-list .slick-track
{
  display: flex;
  flex-flow: row nowrap;
}

.crosssell_product_list_wrapper.layout-slide
{
  overflow: visible !important;
}

@media (max-width: 1180px)
{
  .company-ad .company-ad-item
  {
    padding-top: 50px;
  }
}

@media (max-width: 970px)
{
  .company-ad .company-ad-item
  {
    padding-top: 10px;
  }
}

@media (max-width: 767px)
{
  .company-desc1
  {
    display: flex;
    flex-flow: column nowrap;
    background-size: 115%;
    margin-top: 0;
  }

  .home-container
  {
    max-width: calc(100vw - 40px);
  }

  #center_column
  {
    padding: 0 20px;
  }

  .company-ad, .company-faq
  {
    flex-flow: column nowrap;
  }

  .company-ad img, .company-ad .company-ad-item,
  .company-faq .content-wrapper, .company-faq .company-faq-item
  {
    width: 100%;
    max-width: 100%;
  }

  .company-ad .company-ad-item
  {
    padding: 50px 20px;
    background-image: none;
  }

  .company-faq-item
  {
    padding-left: 0;
  }

  .home-container .slider-controls
  {
    display: none;
  }

  #footer .container .row.d-flex.flex-wrap
  {
    display: flex;
    flex-flow: column nowrap;
  }

  #block_contact_infos
  {
    order: 1;
    padding-bottom: 0;
  }

  #social_block
  {
    order: 2;
    padding-top: 0;
    padding-left: 40px;
  }

  #blockcategories_footer
  {
    order: 3;
  }

  #block_various_links_footer
  {
    order: 4;
  }

  #blockmyaccount_footer
  {
    order: 5;
  }

  .toggle-footer
  {
    display: block !important;
  }

  .footer-block h4 
  {
    pointer-events: none;
  }

  .footer-block h4::after
  {
    display: none;
  }

  .footer-block
  {
    padding: 30px 0 30px 20px;
  }

  .mobile-header-main, .mobile-header-container
  {
    display: flex;
  }

  .mobile-header-main .container
  {
    width: 100%;
  }

  .mobile-header-main > .container > .row
  {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: relative;
  }

  .cat-title
  {
    font-size: 21px !important;
    font-weight: 700;
    background-color: transparent !important;
    display: flex !important;
    align-items: center;
  }

  .cat-title::after,
  #languages-block-top,
  .header-main, 
  .header-container,
  .nav-contact_us
  {
    display: none !important;
  }

  .cat-title::before
  {
    display: block;
    content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='26' viewBox='0 0 31 26'%3E%3Cg id='Group_451' data-name='Group 451' transform='translate(-284 -20)'%3E%3Crect id='Rectangle_12' data-name='Rectangle 12' width='31' height='2' transform='translate(284 20)'/%3E%3Crect id='Rectangle_14' data-name='Rectangle 14' width='31' height='2' transform='translate(284 32)'/%3E%3Crect id='Rectangle_15' data-name='Rectangle 15' width='21' height='2' transform='translate(284 44)'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center;
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }

  .mobile-header-container nav
  {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
  }

  .mobile-header-container nav #header_logo
  {
    max-width: 50%;
  }

  .mobile-header-container .nav::before
  {
    display: none;
  }

  .nav-contact
  {
    display: flex;
    flex-flow: column nowrap;
  }

  .nav-contact-email svg, .nav-contact-phone svg
  {
    margin-right: 10px !important;
  }

  .mobile-header-container, .nav-contact
  {
    background-color: #fff;
  }

  #columns
  {
    max-width: 100vw;
  }

  #block_top_menu
  {
    position: relative;
  }

  .mobile-menu-controls
  {
    display: flex;
    padding-top: 6px;
  }

  .mobile-header-main.menu-opened .mobile-menu-controls
  {
  }

  .mobile-header-main.menu-opened .menu-container
  {
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
  }

  .mobile-header-main.menu-opened .menu-container .cat-title
  {
    background-color: black !important;
    color: white;
    font-size: 24px;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
  }

  .mobile-header-main.menu-opened .menu-container .cat-title::before
  {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.971' height='16.971' viewBox='0 0 16.971 16.971'%3E%3Cg id='Group_5300' data-name='Group 5300' transform='translate(127.318 -1163.936) rotate(45)'%3E%3Crect id='Rectangle_936' data-name='Rectangle 936' width='2' height='22' transform='translate(744 902.055)' fill='%23fff'/%3E%3Crect id='Rectangle_937' data-name='Rectangle 937' width='2' height='22' transform='translate(756 912.055) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    margin-right: 0;
  }

  .sf-menu 
  {
    height: 100%;
  }

  .sf-menu>li span, .sf-menu li ul
  {
    background-color: transparent !important;
  }

  .sf-menu>li
  {
    border-bottom: none !important;
  }

  .ets_crosssell_list_blocks.displaybestselling .slick-slide
  {
    width: 100% !important;
  } 

  .home-container.bestsellers .swiper-wrapper
  {
    grid-template-columns: 100%;
  }

  .homeslider-description
  {
    display: flex;
    flex-flow: column nowrap;
    margin-left: unset !important;
    height: max-content;
    right: 0;
    text-align: right;
    align-items: flex-end;
  }

  .home-banner-desc
  {
    display: flex !important;
    flex-flow: column nowrap;
    align-items: flex-end;
  }

  .home-banner-desc h2
  {
    font-size: 30px !important;
    margin: 0;
  }

  .home-banner-deco
  {
    align-self: flex-end !important;
  }

  .home-banner-price
  {
    width: 70px !important;
    height: 70px !important;
  }

  .home-banner-price span
  {
    font-size: 50px !important;
  }

  .home-banner-tag-text
  {
    width: 35px !important;
    height: 35px !important;

  }
}

@media (max-width: 400px)
{
  .slick-next, .slick-prev
  {
    display: none !important;
  }
}

.homeslider-description
{
  background: none !important;
  margin-left: 50%;
  top: 50% !important;
  transform: translateY(-50%) !important;
  padding: 0;
}

.home-banner-desc h2
{
  font-size: 48px;
  color: black !important;
  text-transform: uppercase !important;
  grid-area: header;
  width: min-content;
}

.home-banner-desc h3
{
  font-size: 18px !important;
  grid-area: desc;
  margin: 8px 0;
}

.home-banner-desc
{
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "header deco"
  "desc deco";
}

.home-banner-desc .home-banner-deco
{
  grid-area: deco;
  align-self: center;
  position: relative;
}

.home-banner-tag-text {
  background-color: black;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  font-size: 21px;
  font-weight: 700;
  color: white;
  top: 0px;
  position: absolute;
}

.home-banner-price {
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 700;
  background: #FED95C;
  border-radius: 50%;
  margin-left: 25px;
}

.home-banner-price span
{
  font-size: 80px;
}

#authentication .columns-container #center_column > .row, .form-group.date-select > .row
{
  display: flex;
}

ul.product_list .product-name {
  overflow: hidden;
width:100%;
display: -webkit-box !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
min-height: 40px;
}

.cart_quantity_button a
{
    width: 25px;
    height: 25px;
}

#order div.cart_quantity_button
{
  display: flex;
  flex-flow: row !important;
  width: 100%;
  justify-content: space-between;
}

#blue_payment_next
{
  width: 100%;
  margin-top: 10px;
}

#HOOK_PAYMENT
{
  display: flex;
  flex-flow: column nowrap;
}

.bm-payment-method
{
  width: 20%;
  height: 100%;
}

.bm-payment-methods
{
  display: flex;
  flex-flow: row wrap;
}

.price-percent-reduction, #reduction_percent, #reduction_amount, .aeuc_tax_label
{
  display: none !important;
}

.discounted_price
{
  background-color: #FED95C;
  padding: 5px;
}


.ets_crosssell_list_blocks.displaypopularproducts {
  order: 3;
}

.mobile .bank-box {
  width: calc(50% - 10px) !important;
  max-width: calc(50% - 10px);
  height: 70px !important;
  margin: 5px !important;
  flex-basis: 50%;
}

.mobile .bank-logo
{
  width: 100% !important;
  background-size: contain !important;
}

.payMethodList.mobile
{
  display: flex;
  flex-flow: row wrap;
}

.mobile .morePayMethods
{
  width: 100%;
}

.moreStuff:before, .lessStuff:before
{
  font-size: 18px;
  font-weight: bold;
  font-family: 'FontAwesome', 'Lato' !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  padding: 5px 10px !important;
  transition: background-color .5s, border-color .5s;
}

.moreStuff:hover:before, .lessStuff:hover:before
{
  background-color: #fed95c !important;
  border-color: #fed95c !important;
}

#layer_cart.showed
{
  display: block !important;
}

.more-promo-btn
{
  width: 100%;
  background-color: #000;
  color: white;
  padding: 10px 0;
  display: block;
  font-size: 15px;
  text-align: center;
  margin-top: 25px;
}

#special_block_right
{
  padding: 20px;
}

#special_block_right .block_content
{
  padding: 0;
  margin-top: 20px;
}

.sortPagiBar
{
  margin: 30px 0;
  border: 1px solid #D1D1D1;
  border-width: 1px 0 1px 0;
  padding: 20px 0;
}

p.product-amount
{
  margin: 0;
}

#amazzing_filter .af_subtitle:before
{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.841' height='8.071' viewBox='0 0 13.841 8.071'%3E%3Cpath id='Path_3144' data-name='Path 3144' d='M1.151,0a.438.438,0,0,1,.319.138L6.92,5.589,12.371.138a.436.436,0,0,1,.638,0L13.7.832a.436.436,0,0,1,0,.638L7.24,7.933a.437.437,0,0,1-.638,0L.138,1.47A.445.445,0,0,1,0,1.151.439.439,0,0,1,.139.832L.832.138A.436.436,0,0,1,1.151,0' transform='translate(13.841 8.071) rotate(180)'/%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  transform: rotate(0deg);
  border: none;
}

#amazzing_filter .af_filter.closed .af_subtitle::before
{
  transform: rotate(180deg);
}

#amazzing_filter .closed .af_subtitle:before
{
  margin-top: 0;
}

.af_filter_content .selector
{
  width: 100% !important;
}

.products-show-all-btn
{
  width: max-content;
  background-color: #000;
  color: white;
  padding: 10px 20px;
  display: block;
  font-size: 15px;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
}



.product-miniature .product-name {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	min-height: unset;
	margin-bottom: 20px;
}

.product-miniature .availability span {
	display: inline-block;
	padding: .4rem;
	margin-bottom: 1rem;
	font-family: "Lato",sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}

.product-miniature .color-list-container {
	margin-bottom: 1rem;
}

.product-miniature .color-list-container li {
	display: inline-block;
	border: 1px solid #e3e3e3;
}

.product-miniature .color-list-container li a {
	display: block;
	width: 2rem;
	height: 2rem;
	margin: 1px;
}

.product-miniature .color-list-container li a img {
	display: block;
	width: 2rem;
	height: 2rem;
}

.product-miniature .product-image-container {
	position: relative;
	overflow: hidden;
}

.product-miniature .product-image-container .product_img_link
{
	aspect-ratio: 1/1;
	display: block;
}

.product-miniature .product-image-container .product-badges
{
	top: 0;
	left: 0;
}

.product-miniature .product-image-container .clipon-box
{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #FBFBFB;
	background-color: #000000;
	font-size: 14px;
	padding: 5px 10px;
}

.product-miniature .product-image-container img {
	margin: 0 auto; width: 100%;
}

.product-miniature .product-image-container .quick-view {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: -webkit-flex;
	display: flex;
	padding: .5rem;
	font-size: 2.8rem;
	line-height: 1;
	color: #fff;
	background: rgba(0,0,0,0.2);
}

.product-miniature .product-image-container .quick-view i {
	margin: auto;
}

.product-miniature .content_price {
	margin-bottom: 9px;
}

.product-miniature .content_price .price.product-price {
	font-size: 21px;
	font-weight: bold;
	color: black;
	padding: 0
}

.product-miniature .content_price .price.product-price.reducted-price
{
	background-color: #FED95C;
	padding: 2px 5px;
}

.product-miniature .old-price, .product-miniature .price, .product-miniature .price-percent-reduction {
	display: inline-block;
	padding: 0;
  padding-left: 5px;
	font-size: 15px;
	color: #333333;
	font-weight: bold;

}

.product-miniature .functional-buttons {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 0 1rem;
}

.product-miniature .functional-buttons .btn>span {
	    width: 9.5rem;
    padding-right: 10px;
    padding-left: 10px;
}

.product-miniature .tax-label
{
  padding-left: 5px;
}

.product-miniature .functional-buttons>.btn,ul.product_list .functional-buttons>.wishlist {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

.product-miniature .functional-buttons>.btn+*,ul.product_list .functional-buttons>.wishlist+* {
	margin-left: 1rem;
}

.product-miniature .functional-buttons .wishlist>a {
	display: block;
}

.product-miniature .comments_note {
	display: none;
}

.product-miniature .comments_note .star_content {
	margin: .5rem;
}

ul.product_list.grid>li {
	padding: 0;
	margin: 0;
	border: 1px solid #E3E3E3;
	padding: 14px;
}

@media (min-width: 1200px)
{
  .ets_mp_desktop_4 .product-miniature, .ets_mp_desktop_4.crosssell_product_list_wrapper > div.product, .ets_mp_desktop_4.crosssell_product_list_wrapper > div[itemprop="itemListElement"]
  {
    padding: 14px !important;
    border: 1px solid #E3E3E3;
  }

}

@media (max-width: 767px)
{
	.show-left-column #columns > .row
	{
		flex-flow: column-reverse nowrap;
	}
  .gomakoil_faq_page, body#module-faqs-display #columns {
    margin-bottom: 0px!important;
  }
  body#module-faqs-display #footer {
    padding-top:0px!important;
  }
  body#module-faqs-display #footer .contact-infos {
    padding-top: 0px!important;
  }
}

.delivery_option_radio span.checked::after
{
    width: 70%;
    height: 70%;
    background-color: #000;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.delivery_option_radio .radio span
{
  width: 20px;
  height: 20px;
}

.okio-btn .btn {
  padding: 10px 25px;
}

body .ets-ttn-home-reviews {
    order: 20;
    margin-top: 120px;
    margin-bottom: 0;
}
body .ets-ttn-home-reviews .ets-ttn-list-reviews-slide {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}



body .ets-ttn-home-reviews .slick-list{
    padding-top: 13px !important;
}

body .ets-ttn-home-reviews .ets-ttn-follow-title {
    font-size: 30px;
    text-transform: uppercase;
    padding: 15px;
    margin: 0 auto;
    position: relative;
    color: #333;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
}

body .ets-ttn-home-reviews .ets-ttn-follow-title:after {
    position: absolute;
    width: 100%;
    content: '';
    height: 5px;
    bottom: -2.5px;
    left: 0;
    background-color: #FED95C;
}

body .ets-ttn-home-reviews   .rate-review {
    display: none;
}

body .ets-ttn-home-reviews .review-item.slick-slide {
    transform: scale(1);
}
body .ets-ttn-home-reviews .review_avatar {
    width: 120px;
    height: 120px;
    padding: 0;
    box-shadow: none;
    background-size: cover;
    margin-bottom: 22px;   
}

body .ets-ttn-home-reviews .review_avatar.no-image {
    background-color: #FED95C;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Group 5553' width='57.153' height='54.285'%3E%3Cg data-name='Group 5552' fill='%23fff'%3E%3Cpath data-name='Path 3152' d='M39.018 14.616a10.446 10.446 0 0 1-11.374 10.4c-5.486-.478-9.505-5.436-9.505-10.941v-3.092c0-5.507 4.019-10.463 9.505-10.941a10.442 10.442 0 0 1 11.374 10.4Z'/%3E%3Cpath data-name='Path 3153' d='m34.069 29.458-3.492 4.168a2.606 2.606 0 0 1-4 0l-3.492-4.165a5.154 5.154 0 0 0-5.964-1.5A28.718 28.718 0 0 0 .013 51.378a2.638 2.638 0 0 0 2.61 2.907h51.908a2.638 2.638 0 0 0 2.61-2.907 28.718 28.718 0 0 0-17.108-23.415 5.157 5.157 0 0 0-5.964 1.5'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;
}

body .ets-ttn-home-reviews .testimonial_des {
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    padding-bottom: 20px;
}

body .ets-ttn-review-item .has_license {
    position: relative;
}

body .review-item .license {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-bottom: 25px;
}

body .ets-ttn-list-reviews-slide button.slick-arrow.slick-next {
    right: 0;
    left: auto !important;
}
body .ets-ttn-list-reviews-slide button.slick-arrow.slick-prev {
right: 53px;
}
body .ets-ttn-list-reviews-slide button.slick-arrow {
    top: 7px !important;
}

body .ets-ttn-list-reviews-slide button.slick-arrow:after,
body .ets-ttn-list-reviews-slide button.slick-arrow:before {
    display: none;
}


body  .review-item.slick-slide:before {
    left: 15px;
    top: 88px;
    bottom: 0;
    right: 15px;
    background: #FBFBFB;
    border-radius: 0;   
}

.ets_crosssell_list_blocks.displaypopularproducts,
.ets_crosssell_list_blocks.displayspecificproducts,
.company-faq {
    position: relative;
    z-index: 1;
}

.ets_crosssell_list_blocks.displaypopularproducts:after,
.ets_crosssell_list_blocks.displaypopularproducts:before,
.ets_crosssell_list_blocks.displayspecificproducts:after,
.ets_crosssell_list_blocks.displayspecificproducts:before,
.company-faq:before,
.company-faq:after {
    background: #FBFBFB;
    left: -280px;
    width: 1000px;
    bottom: -45px;
    content: "";
    top: -43px;
    position: absolute;
    z-index: -1;
} 

.ets_crosssell_list_blocks.displaypopularproducts:after,
.ets_crosssell_list_blocks.displayspecificproducts:after,
.company-faq:after{
    left: auto;
    right: -280px;
} 

.company-faq:before,
.company-faq:after {
    bottom: -90px;   
    top: -90px;
}

@media (max-width: 575px){
    body .ets-ttn-list-reviews-slide button.slick-arrow {
        display:  block !important;
        top: auto !important;
        bottom: 0;
    }

    body .ets-ttn-home-reviews .ets-ttn-list-reviews-slide {
        padding-bottom: 74px;
    }
    body .ets-ttn-list-reviews-slide button.slick-arrow.slick-prev,
    body .ets-ttn-list-reviews-slide button.slick-arrow.slick-next {
        right: 50%;
    }

    body .ets-ttn-list-reviews-slide button.slick-arrow.slick-prev {
        transform: translateX(-8px);
    }
    body .ets-ttn-list-reviews-slide button.slick-arrow.slick-next {
        margin-right: -42px !important;
    }
    .manufacturer-slider-container {
        margin: 47px auto;
    }
}

.table-responsive {
	border: none !important;
}
.measurement-box {
	max-width: 762px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.measurement-box h3{
	background: #000;
	margin: 0px;
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	padding: 10px 15px;
}
.custom-stuff .fancybox-skin {
	padding: 0px !important;
}
.fancybox-wrap .fancybox-close {
    top: 8px;
    right: 18px;
}
.measurement-box p {
	font-size: 14px;
	color: #333;
}
.measurement-box p span {
	font-weight: bold;
}
.product-measurment-holder {
	padding: 20px;
	display: block;
	width: 100%;
}
#p_measurement {
	cursor: pointer;
}

li.help-menu.sfHover ul
{
    display: flex !important;
    flex-flow: column nowrap;
    width: max-content;
    right: 0;
    left: unset;
}

li.help-menu.sfHover ul > li
{
  width: 100%;
  padding: 8px;
}


/*Home page section by shabab*/



.okio-content h5.okio-heading {
  color:#000;
  font-size: 45px;
  line-height: 54px;
  text-align: left;
  font-weight: 900;
  max-width: 500px;
  margin-bottom: 22px;
  margin-top: 0;
}

.okio-text-content {
  padding-top: 15px;
  padding-bottom: 40px;
}
.okio-text-content p.text-lead {
  text-align: left;
  font: normal normal bold 19px/23px Lato;
  color: #000;
  max-width: 500px;
  margin-bottom: 22px;
}
.okio-section {
  padding-top: 144px;
  padding-bottom: 68px;
  order: 2;
}

.okio-content-icons {
  margin-bottom: 30px;
}
.okio-content-icons .img-ico {
  text-align: center;
}

.okio-content-icons .ico-text p {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #000;
  font-weight: bold;
  padding-top: 15px;
}
.okio-content-icons {
  display: flex;
  margin: -6px;
}
.okio-content-icons .col-md-3 {
  width:22%;
  padding: 0 6px;
}
.okio-btn-content {
  padding-top: 54px;
}
.okio-btn-content .btn-primary {
  background: #FED400; 
  border: 1px solid #FED400;
  color:#000000;
  font-size: 23px;
  line-height: 28px;
  padding: 20px 86px;
  font-weight: bold;
}


.main-image {
  position: relative;
}
.main-image .first-image {
 height: auto;
 max-width: 100%;
}

.main-image .second-image{
  position: absolute;
  left: 33%;
  top: 65px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main-image .second-image{
    left: 22%;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
      display: none!important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
      display: none!important;
  }
}

@media (max-width: 767px){

  .okio-content {
    padding: 127px 20px 20px;
  }

  .okio-content h5.okio-heading {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
  }

  .okio-section .main-image .first-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 211px;
    height: 396px;
  }
  .okio-section .main-image .second-image {
    max-width: 120px;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
  }
  .okio-section {
    background: #F1EEF5;
    margin: 0 -20px;
    padding-top: 0;
    padding-bottom: 63px;
    margin-top: 145px;
  }
  .okio-section .row {
    margin: 0
  }
  .okio-section .col-md-6 {
    padding: 0;
  }
  .home-container.bestsellers:after {
    bottom: -8px
  }
  .okio-btn-content {
    text-align: center;
    padding-top: 28px;
  }  
}

@media (max-width: 575px){
  .okio-section .main-image .second-image {
    max-width: 95px;
    top: -50px;
  }
  .okio-text-content p.text-lead {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 17px;
  }
  .okio-text-content {
    padding-top: 2px;
  }

  .okio-content-icons {
    flex-wrap: wrap;
  }

  .okio-content-icons .col-md-3 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 27px;
  }
  .okio-content-icons .ico-text p {
    padding-top: 13px;
    font-size: 14px;
    max-width: 126px;
    margin: 0 auto 1rem;
  }

  .okio-btn-content .btn-primary {
    font-size: 16px;
    line-height: 19px;
    width: 247px;
    margin: 0 auto;
    padding: 19px 15px;
    font-weight: bold;
  }
}
.block-personal  {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-personal  >  div{
    flex: 0 0 50%;
    max-width: 50%;
  }
}


.product-miniature-name-wrapper .aeuc_delivery_label {
  display: none;
}